Commit c5963cf549dd41d3768bcef3b0a9c27ace2cc05b

Authored by 朱林
1 parent c5163586

no message

CNLiveUserSystemDemo/CNLiveUserSystemDemo.xcodeproj/project.pbxproj
... ... @@ -25,6 +25,7 @@
25 25 810D9B7A1D8FB7AC00B7A776 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 810D9B791D8FB7AC00B7A776 /* libz.tbd */; };
26 26 810D9B7F1D8FCD1900B7A776 /* libsqlite3.0.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 810D9B7E1D8FCD1900B7A776 /* libsqlite3.0.tbd */; };
27 27 810D9B811D8FCD3200B7A776 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 810D9B801D8FCD3200B7A776 /* libc++.tbd */; };
  28 + 8112249F1DFE7CAD00F7BD52 /* CNLiveUserSystemSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8112249E1DFE7CAD00F7BD52 /* CNLiveUserSystemSDK.framework */; };
28 29 811600EE1D927E7E003CAE7D /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 811600CD1D927E7E003CAE7D /* MKAnnotationView+WebCache.m */; };
29 30 811600EF1D927E7E003CAE7D /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 811600CF1D927E7E003CAE7D /* NSData+ImageContentType.m */; };
30 31 811600F01D927E7E003CAE7D /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 811600D11D927E7E003CAE7D /* SDImageCache.m */; };
... ... @@ -62,7 +63,6 @@
62 63 8187A90D1D8E9A7B007FAFB6 /* SVProgressHUD.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 8187A9061D8E9A7B007FAFB6 /* SVProgressHUD.bundle */; };
63 64 8187A90E1D8E9A7B007FAFB6 /* SVProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 8187A9081D8E9A7B007FAFB6 /* SVProgressHUD.m */; };
64 65 8187A90F1D8E9A7B007FAFB6 /* SVRadialGradientLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8187A90A1D8E9A7B007FAFB6 /* SVRadialGradientLayer.m */; };
65   - 81A229671DE2B0F60009E9A9 /* CNLiveUserSystemSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A229661DE2B0F60009E9A9 /* CNLiveUserSystemSDK.framework */; };
66 66 81DE0A7E1DE5838B003604FE /* cancel.png in Resources */ = {isa = PBXBuildFile; fileRef = 81DE0A7D1DE5838B003604FE /* cancel.png */; };
67 67 81F23C861DDDA17D004D0298 /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81F23C7D1DDDA17D004D0298 /* LoginViewController.m */; };
68 68 81F23C871DDDA17D004D0298 /* ModifyUserInfoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81F23C7F1DDDA17D004D0298 /* ModifyUserInfoViewController.m */; };
... ... @@ -136,6 +136,7 @@
136 136 810D9B791D8FB7AC00B7A776 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
137 137 810D9B7E1D8FCD1900B7A776 /* libsqlite3.0.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.0.tbd; path = usr/lib/libsqlite3.0.tbd; sourceTree = SDKROOT; };
138 138 810D9B801D8FCD3200B7A776 /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
  139 + 8112249E1DFE7CAD00F7BD52 /* CNLiveUserSystemSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveUserSystemSDK.framework; sourceTree = "<group>"; };
139 140 811600CC1D927E7E003CAE7D /* MKAnnotationView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MKAnnotationView+WebCache.h"; sourceTree = "<group>"; };
140 141 811600CD1D927E7E003CAE7D /* MKAnnotationView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MKAnnotationView+WebCache.m"; sourceTree = "<group>"; };
141 142 811600CE1D927E7E003CAE7D /* NSData+ImageContentType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+ImageContentType.h"; sourceTree = "<group>"; };
... ... @@ -210,7 +211,6 @@
210 211 8187A9081D8E9A7B007FAFB6 /* SVProgressHUD.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SVProgressHUD.m; sourceTree = "<group>"; };
211 212 8187A9091D8E9A7B007FAFB6 /* SVRadialGradientLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVRadialGradientLayer.h; sourceTree = "<group>"; };
212 213 8187A90A1D8E9A7B007FAFB6 /* SVRadialGradientLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SVRadialGradientLayer.m; sourceTree = "<group>"; };
213   - 81A229661DE2B0F60009E9A9 /* CNLiveUserSystemSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveUserSystemSDK.framework; sourceTree = "<group>"; };
214 214 81DE0A7D1DE5838B003604FE /* cancel.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = cancel.png; sourceTree = "<group>"; };
215 215 81F23C7C1DDDA17D004D0298 /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; };
216 216 81F23C7D1DDDA17D004D0298 /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; };
... ... @@ -233,7 +233,7 @@
233 233 isa = PBXFrameworksBuildPhase;
234 234 buildActionMask = 2147483647;
235 235 files = (
236   - 81A229671DE2B0F60009E9A9 /* CNLiveUserSystemSDK.framework in Frameworks */,
  236 + 8112249F1DFE7CAD00F7BD52 /* CNLiveUserSystemSDK.framework in Frameworks */,
237 237 811600FE1D927E7E003CAE7D /* WebP.framework in Frameworks */,
238 238 817C6EC31D90D60E0016F211 /* ImageIO.framework in Frameworks */,
239 239 810D9B811D8FCD3200B7A776 /* libc++.tbd in Frameworks */,
... ... @@ -391,7 +391,7 @@
391 391 isa = PBXGroup;
392 392 children = (
393 393 81DE0A7D1DE5838B003604FE /* cancel.png */,
394   - 81A229661DE2B0F60009E9A9 /* CNLiveUserSystemSDK.framework */,
  394 + 8112249E1DFE7CAD00F7BD52 /* CNLiveUserSystemSDK.framework */,
395 395 810D9B7D1D8FCBC200B7A776 /* frameworks */,
396 396 812642C31D86A7A800B402CA /* CNLiveUserSystemDemo */,
397 397 812642DD1D86A7A800B402CA /* CNLiveUserSystemDemoTests */,
... ... @@ -862,7 +862,7 @@
862 862 );
863 863 GCC_PREFIX_HEADER = "$(SRCROOT)/CNLiveUserSystemDemo/PrefixHeader.pch";
864 864 INFOPLIST_FILE = CNLiveUserSystemDemo/Info.plist;
865   - IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  865 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
866 866 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
867 867 LIBRARY_SEARCH_PATHS = (
868 868 "$(inherited)",
... ... @@ -896,7 +896,7 @@
896 896 );
897 897 GCC_PREFIX_HEADER = "$(SRCROOT)/CNLiveUserSystemDemo/PrefixHeader.pch";
898 898 INFOPLIST_FILE = CNLiveUserSystemDemo/Info.plist;
899   - IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  899 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
900 900 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
901 901 LIBRARY_SEARCH_PATHS = (
902 902 "$(inherited)",
... ...
CNLiveUserSystemDemo/CNLiveUserSystemDemo.xcodeproj/project.xcworkspace/xcuserdata/iOS.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type
CNLiveUserSystemDemo/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:@"登录成功"];
... ...
CNLiveUserSystemDemo/CNLiveUserSystemSDK.framework/CNLiveUserSystemSDK
No preview for this file type
CNLiveUserSystemDemo/CNLiveUserSystemSDK.framework/Info.plist
No preview for this file type
用户系统.pdf
No preview for this file type