Commit b6b29b34e805bd9391b8daedd95ff6bc0ae6fe52

Authored by 朱林
1 parent f9d4f95c

最低支持8.0

CNLiveUserSystemDemo.xcodeproj/project.xcworkspace/xcuserdata/iOS.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type
CNLiveUserSystemDemo.xcodeproj/xcuserdata/iOS.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
@@ -68,12 +68,12 @@ @@ -68,12 +68,12 @@
68 moduleName = "CNLiveUserSystemDemo" 68 moduleName = "CNLiveUserSystemDemo"
69 usesParentBreakpointCondition = "Yes" 69 usesParentBreakpointCondition = "Yes"
70 urlString = "file:///Users/android/Git/CNLiveUserSystemSDK/CNLiveUserSystemDemo/Conreollers/ViewController.m" 70 urlString = "file:///Users/android/Git/CNLiveUserSystemSDK/CNLiveUserSystemDemo/Conreollers/ViewController.m"
71 - timestampString = "501648183.675403" 71 + timestampString = "502620330.058707"
72 startingColumnNumber = "9223372036854775807" 72 startingColumnNumber = "9223372036854775807"
73 endingColumnNumber = "9223372036854775807" 73 endingColumnNumber = "9223372036854775807"
74 startingLineNumber = "73" 74 startingLineNumber = "73"
75 endingLineNumber = "73" 75 endingLineNumber = "73"
76 - offsetFromSymbolStart = "64"> 76 + offsetFromSymbolStart = "84">
77 </Location> 77 </Location>
78 <Location 78 <Location
79 shouldBeEnabled = "Yes" 79 shouldBeEnabled = "Yes"
@@ -83,12 +83,12 @@ @@ -83,12 +83,12 @@
83 moduleName = "CNLiveUserSystemDemo" 83 moduleName = "CNLiveUserSystemDemo"
84 usesParentBreakpointCondition = "Yes" 84 usesParentBreakpointCondition = "Yes"
85 urlString = "file:///Users/android/Git/CNLiveUserSystemSDK/CNLiveUserSystemDemo/Conreollers/ViewController.m" 85 urlString = "file:///Users/android/Git/CNLiveUserSystemSDK/CNLiveUserSystemDemo/Conreollers/ViewController.m"
86 - timestampString = "501648183.677109" 86 + timestampString = "502620330.062799"
87 startingColumnNumber = "9223372036854775807" 87 startingColumnNumber = "9223372036854775807"
88 endingColumnNumber = "9223372036854775807" 88 endingColumnNumber = "9223372036854775807"
89 - startingLineNumber = "73"  
90 - endingLineNumber = "73"  
91 - offsetFromSymbolStart = "15"> 89 + startingLineNumber = "74"
  90 + endingLineNumber = "74"
  91 + offsetFromSymbolStart = "28">
92 </Location> 92 </Location>
93 </Locations> 93 </Locations>
94 </BreakpointContent> 94 </BreakpointContent>
@@ -125,5 +125,21 @@ @@ -125,5 +125,21 @@
125 landmarkType = "7"> 125 landmarkType = "7">
126 </BreakpointContent> 126 </BreakpointContent>
127 </BreakpointProxy> 127 </BreakpointProxy>
  128 + <BreakpointProxy
  129 + BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
  130 + <BreakpointContent
  131 + shouldBeEnabled = "Yes"
  132 + ignoreCount = "0"
  133 + continueAfterRunningActions = "No"
  134 + filePath = "CNLiveUserSystemDemo/CNLiveUserSystemSDK/CNLiveUploadIcon.m"
  135 + timestampString = "501665186.686912"
  136 + startingColumnNumber = "9223372036854775807"
  137 + endingColumnNumber = "9223372036854775807"
  138 + startingLineNumber = "36"
  139 + endingLineNumber = "36"
  140 + landmarkName = "-getAccessTokenRequestWithAppId:uid:icon:token:secret:success:failure:"
  141 + landmarkType = "7">
  142 + </BreakpointContent>
  143 + </BreakpointProxy>
128 </Breakpoints> 144 </Breakpoints>
129 </Bucket> 145 </Bucket>
CNLiveUserSystemDemo/CNLiveUserSystemSDK/Common.h
@@ -11,6 +11,6 @@ @@ -11,6 +11,6 @@
11 11
12 #define kSVer @"4.0" //探针版本 12 #define kSVer @"4.0" //探针版本
13 #define StatAppVersion ([[[NSBundle mainBundle] infoDictionary] objectForKey: @"CFBundleShortVersionString"]) 13 #define StatAppVersion ([[[NSBundle mainBundle] infoDictionary] objectForKey: @"CFBundleShortVersionString"])
14 -#define SDKVersion @"1.1.2" //SDK版本 14 +#define SDKVersion @"1.1.3" //SDK版本
15 15
16 #endif /* Common_h */ 16 #endif /* Common_h */
CNLiveUserSystemDemo/Conreollers/LoginViewController.m
@@ -54,7 +54,7 @@ @@ -54,7 +54,7 @@
54 [SVProgressHUD setDefaultMaskType:SVProgressHUDMaskTypeClear]; 54 [SVProgressHUD setDefaultMaskType:SVProgressHUDMaskTypeClear];
55 [SVProgressHUD show]; 55 [SVProgressHUD show];
56 56
57 - [CNLiveUserSystemCenter loginWithUserName:@"941123686@qq.com" password:@"123456" frmId:nil success:^(id result) { 57 + [CNLiveUserSystemCenter loginWithUserName:_idAndPwdView.idTF.text password:_idAndPwdView.pwdTF.text frmId:nil success:^(id result) {
58 58
59 NSLog(@"登录 success------------%@",result); 59 NSLog(@"登录 success------------%@",result);
60 [SVProgressHUD showSuccessWithStatus:@"登录成功"]; 60 [SVProgressHUD showSuccessWithStatus:@"登录成功"];
CNLiveUserSystemSDK.xcodeproj/project.pbxproj
@@ -378,6 +378,7 @@ @@ -378,6 +378,7 @@
378 DYLIB_INSTALL_NAME_BASE = "@rpath"; 378 DYLIB_INSTALL_NAME_BASE = "@rpath";
379 INFOPLIST_FILE = CNLiveUserSystemSDK/Info.plist; 379 INFOPLIST_FILE = CNLiveUserSystemSDK/Info.plist;
380 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; 380 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  381 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
381 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 382 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
382 MACH_O_TYPE = staticlib; 383 MACH_O_TYPE = staticlib;
383 PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.CNLiveUserSystemSDK; 384 PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.CNLiveUserSystemSDK;
@@ -396,6 +397,7 @@ @@ -396,6 +397,7 @@
396 DYLIB_INSTALL_NAME_BASE = "@rpath"; 397 DYLIB_INSTALL_NAME_BASE = "@rpath";
397 INFOPLIST_FILE = CNLiveUserSystemSDK/Info.plist; 398 INFOPLIST_FILE = CNLiveUserSystemSDK/Info.plist;
398 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; 399 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  400 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
399 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 401 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
400 MACH_O_TYPE = staticlib; 402 MACH_O_TYPE = staticlib;
401 PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.CNLiveUserSystemSDK; 403 PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.CNLiveUserSystemSDK;
CNLiveUserSystemSDK.xcodeproj/project.xcworkspace/xcuserdata/iOS.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type
CNLiveUserSystemSDK/Info.plist
@@ -15,9 +15,9 @@ @@ -15,9 +15,9 @@
15 <key>CFBundlePackageType</key> 15 <key>CFBundlePackageType</key>
16 <string>FMWK</string> 16 <string>FMWK</string>
17 <key>CFBundleShortVersionString</key> 17 <key>CFBundleShortVersionString</key>
18 - <string>1.1.2</string> 18 + <string>1.1.3</string>
19 <key>CFBundleVersion</key> 19 <key>CFBundleVersion</key>
20 - <string>1.1.2.112110</string> 20 + <string>1.1.3.121214</string>
21 <key>NSPrincipalClass</key> 21 <key>NSPrincipalClass</key>
22 <string></string> 22 <string></string>
23 </dict> 23 </dict>
Products/CNLiveUserSystemSDK.framework/CNLiveUserSystemSDK
No preview for this file type
Products/CNLiveUserSystemSDK.framework/Info.plist
No preview for this file type
用户系统.pages
No preview for this file type