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 68 moduleName = "CNLiveUserSystemDemo"
69 69 usesParentBreakpointCondition = "Yes"
70 70 urlString = "file:///Users/android/Git/CNLiveUserSystemSDK/CNLiveUserSystemDemo/Conreollers/ViewController.m"
71   - timestampString = "501648183.675403"
  71 + timestampString = "502620330.058707"
72 72 startingColumnNumber = "9223372036854775807"
73 73 endingColumnNumber = "9223372036854775807"
74 74 startingLineNumber = "73"
75 75 endingLineNumber = "73"
76   - offsetFromSymbolStart = "64">
  76 + offsetFromSymbolStart = "84">
77 77 </Location>
78 78 <Location
79 79 shouldBeEnabled = "Yes"
... ... @@ -83,12 +83,12 @@
83 83 moduleName = "CNLiveUserSystemDemo"
84 84 usesParentBreakpointCondition = "Yes"
85 85 urlString = "file:///Users/android/Git/CNLiveUserSystemSDK/CNLiveUserSystemDemo/Conreollers/ViewController.m"
86   - timestampString = "501648183.677109"
  86 + timestampString = "502620330.062799"
87 87 startingColumnNumber = "9223372036854775807"
88 88 endingColumnNumber = "9223372036854775807"
89   - startingLineNumber = "73"
90   - endingLineNumber = "73"
91   - offsetFromSymbolStart = "15">
  89 + startingLineNumber = "74"
  90 + endingLineNumber = "74"
  91 + offsetFromSymbolStart = "28">
92 92 </Location>
93 93 </Locations>
94 94 </BreakpointContent>
... ... @@ -125,5 +125,21 @@
125 125 landmarkType = "7">
126 126 </BreakpointContent>
127 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 144 </Breakpoints>
129 145 </Bucket>
... ...
CNLiveUserSystemDemo/CNLiveUserSystemSDK/Common.h
... ... @@ -11,6 +11,6 @@
11 11  
12 12 #define kSVer @"4.0" //探针版本
13 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 16 #endif /* Common_h */
... ...
CNLiveUserSystemDemo/Conreollers/LoginViewController.m
... ... @@ -54,7 +54,7 @@
54 54 [SVProgressHUD setDefaultMaskType:SVProgressHUDMaskTypeClear];
55 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 59 NSLog(@"登录 success------------%@",result);
60 60 [SVProgressHUD showSuccessWithStatus:@"登录成功"];
... ...
CNLiveUserSystemSDK.xcodeproj/project.pbxproj
... ... @@ -378,6 +378,7 @@
378 378 DYLIB_INSTALL_NAME_BASE = "@rpath";
379 379 INFOPLIST_FILE = CNLiveUserSystemSDK/Info.plist;
380 380 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  381 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
381 382 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
382 383 MACH_O_TYPE = staticlib;
383 384 PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.CNLiveUserSystemSDK;
... ... @@ -396,6 +397,7 @@
396 397 DYLIB_INSTALL_NAME_BASE = "@rpath";
397 398 INFOPLIST_FILE = CNLiveUserSystemSDK/Info.plist;
398 399 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  400 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
399 401 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
400 402 MACH_O_TYPE = staticlib;
401 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 15 <key>CFBundlePackageType</key>
16 16 <string>FMWK</string>
17 17 <key>CFBundleShortVersionString</key>
18   - <string>1.1.2</string>
  18 + <string>1.1.3</string>
19 19 <key>CFBundleVersion</key>
20   - <string>1.1.2.112110</string>
  20 + <string>1.1.3.121214</string>
21 21 <key>NSPrincipalClass</key>
22 22 <string></string>
23 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