Bläddra i källkod

更新ios 17 适配系统

openlockPPP 1 år sedan
förälder
incheckning
489d838cba

+ 3 - 3
jiaPei.xcodeproj/project.pbxproj

@@ -3,7 +3,7 @@
 	archiveVersion = 1;
 	classes = {
 	};
-	objectVersion = 52;
+	objectVersion = 54;
 	objects = {
 
 /* Begin PBXBuildFile section */
@@ -11778,7 +11778,7 @@
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 				"CODE_SIGN_RESOURCE_RULES_PATH[sdk=*]" = "";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 2142024021801;
+				CURRENT_PROJECT_VERSION = 2142024021902;
 				DEBUG_INFORMATION_FORMAT = dwarf;
 				DEVELOPMENT_TEAM = K7T6CU5SW5;
 				ENABLE_BITCODE = NO;
@@ -11861,7 +11861,7 @@
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 2142024021801;
+				CURRENT_PROJECT_VERSION = 2142024021902;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEVELOPMENT_TEAM = K7T6CU5SW5;
 				ENABLE_BITCODE = NO;

BIN
jiaPei.xcworkspace/xcuserdata/mimasigeling.xcuserdatad/UserInterfaceState.xcuserstate


+ 11 - 10
jiaPei/APPdelegateModularForPush.m

@@ -40,10 +40,11 @@ RQAppEventMod(APPdelegateModularForPush)
 }
 
 - (void)initMudule {
-	// 通过个推平台分配的appId、 appKey 、appSecret 启动SDK,注:该方法需要在主线程中调用
-	dispatch_async(dispatch_get_main_queue(), ^{
-		[GeTuiSdk startSdkWithAppId:kGtAppId appKey:kGtAppKey appSecret:kGtAppSecret delegate:self launchingOptions:nil];
-	});
+    //暂时-屏蔽个推
+//	// 通过个推平台分配的appId、 appKey 、appSecret 启动SDK,注:该方法需要在主线程中调用
+//	dispatch_async(dispatch_get_main_queue(), ^{
+//		[GeTuiSdk startSdkWithAppId:kGtAppId appKey:kGtAppKey appSecret:kGtAppSecret delegate:self launchingOptions:nil];
+//	});
 	// 注册 通知(本地/远程)
 	[self registerRemoteNotification];
 #if __IPHONE_OS_VERSION_MAX_ALLOWED < __IPHONE_10_0
@@ -118,7 +119,7 @@ RQAppEventMod(APPdelegateModularForPush)
 	NSLog(@"\n>>>[DeviceToken Success]:%@\n\n", token);
 	
 	// 向个推服务器注册deviceToken
-	[GeTuiSdk registerDeviceToken:token];
+//	[GeTuiSdk registerDeviceToken:token];
 }
 
 /** 远程通知注册失败委托 */
@@ -130,7 +131,7 @@ RQAppEventMod(APPdelegateModularForPush)
 //iOS7.0 以后支持 APP 后台刷新数据,会回调 performFetchWithCompletionHandler 接口。为保证个推SDK的数据刷新,需在该回调接口中调用[GeTuiSdk resume]方法帮助个推 SDK 刷新数据。
 - (void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler {
 	/// Background Fetch 恢复SDK 运行
-	[GeTuiSdk resume];
+	//[GeTuiSdk resume];
 	completionHandler(UIBackgroundFetchResultNewData);
 }
 
@@ -141,12 +142,12 @@ RQAppEventMod(APPdelegateModularForPush)
 	NSLog(@"didReceiveRemoteNotification and iOS<10");
 	if ([application isKindOfClass:[NSDictionary class]]) {
 		// 将收到的APNs信息传给个推统计
-		[GeTuiSdk handleRemoteNotification:(NSDictionary *)application];
+		//[GeTuiSdk handleRemoteNotification:(NSDictionary *)application];
 		completionHandler(UIBackgroundFetchResultNewData);
 		[self remoteNotificationDealWithDic:(NSDictionary *)application];
 	} else {
 		// 将收到的APNs信息传给个推统计
-		[GeTuiSdk handleRemoteNotification:userInfo];
+		//[GeTuiSdk handleRemoteNotification:userInfo];
 		completionHandler(UIBackgroundFetchResultNewData);
 		[self remoteNotificationDealWithDic:userInfo];
 	}
@@ -174,7 +175,7 @@ RQAppEventMod(APPdelegateModularForPush)
 	NSLog(@"didReceiveNotification and iOS>10后台获取到通知:%@", response.notification.request.content.userInfo);
 	
 	// [ GTSdk ]:将收到的APNs信息传给个推统计
-	[GeTuiSdk handleRemoteNotification:response.notification.request.content.userInfo];
+	//[GeTuiSdk handleRemoteNotification:response.notification.request.content.userInfo];
 	
 	completionHandler();
 	
@@ -389,7 +390,7 @@ RQAppEventMod(APPdelegateModularForPush)
 //程序复原
 - (void)applicationDidBecomeActive:(UIApplication *)application {
 	//删除程序小红点
-	[GeTuiSdk resetBadge]; //重置角标计数
+	//[GeTuiSdk resetBadge]; //重置角标计数
 	[[UIApplication sharedApplication] setApplicationIconBadgeNumber:0]; // APP 清空角标
 	
 	if (myDelegate.timer) {

+ 1 - 1
jiaPei/Utils/Category/BaiDuFaceSDK/BDFaceBaseViewController+RQExtension.m

@@ -17,7 +17,7 @@ static const void *UtilityKey = &UtilityKey;
 
 
 @implementation BDFaceBaseViewController (RQExtension)
-@dynamic faceCheckBodyCompletedBlock;
+//@dynamic faceCheckBodyCompletedBlock;
 
 - (void)viewDidAppear:(BOOL)animated {
     self.navigationController.navigationBar.hidden = YES;

+ 1 - 1
jiaPei/Utils/Category/CGXVerticalMenuMoreView/CGXVerticalMenuTitleCell+RQExtension.m

@@ -12,7 +12,7 @@
 @end
 
 @implementation CGXVerticalMenuTitleCell (RQExtension)
-@dynamic titleLabel;
+//@dynamic titleLabel;
 
 - (void)initializeViews
 {

+ 1 - 2
jiaPei/Utils/Category/CGXVerticalMenuMoreView/CGXVerticalMenuTitleView+RQExtension.m

@@ -18,9 +18,8 @@ static NSString *lastclickedCellFrameMaxYKey = @"lastclickedCellFrameMaxYKey"; /
 
 @end
 
-
 @implementation CGXVerticalMenuTitleView (RQExtension)
-@dynamic isFirstClick;
+//@dynamic isFirstClick;
 
 - (void)initializeData
 {