pangyang 5 years ago
parent
commit
0084d11b98

+ 6 - 0
ZhongJingLianMeng.xcodeproj/project.pbxproj

@@ -199,6 +199,7 @@
 		CCB3E977219D57D5002AD741 /* newNoImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = CCB3E976219D57D5002AD741 /* newNoImageCell.m */; };
 		CCB3E97A219D57E9002AD741 /* newImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = CCB3E979219D57E9002AD741 /* newImageCell.m */; };
 		CCB3E97E219D5A3E002AD741 /* newModel.m in Sources */ = {isa = PBXBuildFile; fileRef = CCB3E97D219D5A3E002AD741 /* newModel.m */; };
+		CCF3E99821C1F5250039B727 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CCF3E99721C1F5250039B727 /* Images.xcassets */; };
 		CCF9554121B76C36006DE1B2 /* applyForDirectorController.m in Sources */ = {isa = PBXBuildFile; fileRef = CCF9554021B76C36006DE1B2 /* applyForDirectorController.m */; };
 		CCF9555221B79CFA006DE1B2 /* UMCommonLog.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CCF9554621B79CFA006DE1B2 /* UMCommonLog.framework */; };
 		CCF9555321B79CFA006DE1B2 /* UMCommonLog.bundle in Resources */ = {isa = PBXBuildFile; fileRef = CCF9554721B79CFA006DE1B2 /* UMCommonLog.bundle */; };
@@ -558,6 +559,7 @@
 		CCB3E979219D57E9002AD741 /* newImageCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = newImageCell.m; sourceTree = "<group>"; };
 		CCB3E97C219D5A3E002AD741 /* newModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = newModel.h; sourceTree = "<group>"; };
 		CCB3E97D219D5A3E002AD741 /* newModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = newModel.m; sourceTree = "<group>"; };
+		CCF3E99721C1F5250039B727 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
 		CCF9553F21B76C36006DE1B2 /* applyForDirectorController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = applyForDirectorController.h; sourceTree = "<group>"; };
 		CCF9554021B76C36006DE1B2 /* applyForDirectorController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = applyForDirectorController.m; sourceTree = "<group>"; };
 		CCF9554621B79CFA006DE1B2 /* UMCommonLog.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = UMCommonLog.framework; sourceTree = "<group>"; };
@@ -867,6 +869,7 @@
 				CC1CE935219BB579004F8F79 /* Info.plist */,
 				CC1CE936219BB579004F8F79 /* main.m */,
 				CC1CE979219BD2DC004F8F79 /* PrefixHeader.pch */,
+				CCF3E99721C1F5250039B727 /* Images.xcassets */,
 			);
 			path = ZhongJingLianMeng;
 			sourceTree = "<group>";
@@ -1533,6 +1536,7 @@
 				9C216374219ED23000FAFE94 /* MemberDemandCellA.xib in Resources */,
 				9C216375219ED23000FAFE94 /* CollectImgCell.xib in Resources */,
 				CCB3E8C2219C034F002AD741 /* AlipaySDK.bundle in Resources */,
+				CCF3E99821C1F5250039B727 /* Images.xcassets in Resources */,
 				9C21639121A28DE100FAFE94 /* FindJobController.xib in Resources */,
 				9C21632B219D6CB300FAFE94 /* OrderListEmptyView.xib in Resources */,
 				9C21639621A2937F00FAFE94 /* VipDemandController.xib in Resources */,
@@ -1934,6 +1938,7 @@
 			baseConfigurationReference = EBE3D243B8A22B20959F95A0 /* Pods-ZhongJingLianMeng.debug.xcconfig */;
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
 				CODE_SIGN_ENTITLEMENTS = ZhongJingLianMeng/ZhongJingLianMeng.entitlements;
 				CODE_SIGN_IDENTITY = "iPhone Developer: zjlmhyb@126.com (HZQH354CT4)";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -2041,6 +2046,7 @@
 			baseConfigurationReference = 9C72715F3CD527BAF99561AD /* Pods-ZhongJingLianMeng.release.xcconfig */;
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
 				CODE_SIGN_ENTITLEMENTS = ZhongJingLianMeng/ZhongJingLianMeng.entitlements;
 				CODE_SIGN_IDENTITY = "iPhone Developer: zjlmhyb@126.com (HZQH354CT4)";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";

+ 1 - 1
ZhongJingLianMeng.xcworkspace/xcuserdata/youke.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@@ -137,7 +137,7 @@
             endingColumnNumber = "9223372036854775807"
             startingLineNumber = "214"
             endingLineNumber = "214"
-            landmarkName = "-userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:"
+            landmarkName = "-jumpToApageWithUserInfo:"
             landmarkType = "7">
          </BreakpointContent>
       </BreakpointProxy>

+ 1 - 1
ZhongJingLianMeng/AppDelegate/AppDelegate.m

@@ -349,7 +349,7 @@
     
     dic[@"platform"] = @2;
     
-    [self.sessionManager sendPostHttpRequestWithUrl:nil params:dic bodyBlock:nil progress:nil success:^(NSDictionary *response) {
+    [self.sessionManager sendPostHttpRequestWithUrl:getUpgradeVersionInfo params:dic bodyBlock:nil progress:nil success:^(NSDictionary *response) {
         NSDictionary *infoDic=[[NSBundle mainBundle] infoDictionary];
         NSString *currentVersion=infoDic[@"CFBundleShortVersionString"];
         NSString *serverVersion = response[@"data"][@"versionName"];

BIN
ZhongJingLianMeng/Assets.xcassets/LaunchImage.launchimage/1125-2436.png


BIN
ZhongJingLianMeng/Assets.xcassets/LaunchImage.launchimage/1242-2208.png


BIN
ZhongJingLianMeng/Assets.xcassets/LaunchImage.launchimage/640-1136.png


BIN
ZhongJingLianMeng/Assets.xcassets/LaunchImage.launchimage/640-960.png


BIN
ZhongJingLianMeng/Assets.xcassets/LaunchImage.launchimage/750*1334.png


+ 52 - 0
ZhongJingLianMeng/Assets.xcassets/LaunchImage.launchimage/Contents.json

@@ -0,0 +1,52 @@
+{
+  "images" : [
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "2436h",
+      "filename" : "1125-2436.png",
+      "minimum-system-version" : "11.0",
+      "orientation" : "portrait",
+      "scale" : "3x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "736h",
+      "filename" : "1242-2208.png",
+      "minimum-system-version" : "8.0",
+      "orientation" : "portrait",
+      "scale" : "3x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "667h",
+      "filename" : "750*1334.png",
+      "minimum-system-version" : "8.0",
+      "orientation" : "portrait",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "iphone",
+      "filename" : "640-960.png",
+      "extent" : "full-screen",
+      "minimum-system-version" : "7.0",
+      "scale" : "2x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "retina4",
+      "filename" : "640-1136.png",
+      "minimum-system-version" : "7.0",
+      "orientation" : "portrait",
+      "scale" : "2x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

+ 0 - 2
ZhongJingLianMeng/Info.plist

@@ -66,8 +66,6 @@
 	<array>
 		<string>remote-notification</string>
 	</array>
-	<key>UILaunchStoryboardName</key>
-	<string>LaunchScreen</string>
 	<key>UIMainStoryboardFile</key>
 	<string>Main</string>
 	<key>UIRequiredDeviceCapabilities</key>

+ 2 - 0
ZhongJingLianMeng/prefixHeader/AllUrl.h

@@ -99,4 +99,6 @@
 
 #define selectActivityStatus @"/show/selectActivityStatus"
 
+#define getUpgradeVersionInfo @"/member/getUpgradeVersionInfo"
+
 #endif /* AllUrl_h */