Channel/IOS/gtios/Plugins/The2thWorldSDK/UniversalSDK.h
@@ -17,6 +17,8 @@ #define UNITY_FUNC_NAME "HandleSdkMessage" #define YYJ_APPID @"2" #define YYJ_APPKey @"b3365356540bfdf1d4e90dc2936d05ee" #define YYJ_APPSCHEME @"com.sanxiagame.zmjas" #define AF_KEY @"muBUcmQaNv9hbArNpvSm6V" @@ -58,6 +60,7 @@ #define U2S_RoleLevelUp 108 #define U2S_ShareToFaceBook 112 #define U2S_GoToReview 113 #define U2S_ShowAccountView 114 #define U2S_JPushAddLocalMessage 200 #define U2S_JPushRemoveLocalMessage 201 #define U2S_MakeKeyAndVisible 300 Channel/IOS/gtios/Plugins/The2thWorldSDK/UniversalSDK.mm
@@ -12,7 +12,7 @@ #import <UserNotifications/UserNotifications.h> #endif #import "SystemConfiguration/CaptiveNetwork.h" #import <YYJPlatform/YYJPlatform.h> #import <GMSDK/GMSDK.h> #import <AppTrackingTransparency/AppTrackingTransparency.h> @@ -210,26 +210,26 @@ 该éç¥åºæ³¨åå¨åå§åä¹å */ //æ·»å ä¸ä¸ªåå§åéç¥è§å¯è ï¼åå§åç»æåï¼ç»å½çæä½å¡å¿ 卿¶å°è¯¥éç¥åè°ç¨ [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(YYJPlatformInitFinished) name:yyj_PlatformInitDidFinishedNotification object:nil]; [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(YYJPlatformInitFinished) name:PlatformInitDidFinishedNotification object:nil]; //åå§å失败 [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(YYJPlatformInitFinishedFail) name:yyj_PlatformInitFinishedFailNotification object:nil]; name:PlatformInitFinishedFailNotification object:nil]; // æ·»å ä¸ä¸ªæ¯ä»æåéç¥è§å¯è [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(YYJPlatformBMaiSuccessful) name:yyj_PlatformBMaiSuccessfulNotification object:nil]; [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(YYJPlatformBMaiSuccessful) name:PlatformBMaiSuccessfulNotification object:nil]; // æ·»å ä¸ä¸ªæ¯ä»å¤±è´¥éç¥è§å¯è [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(YYJPlatformBMaiFail) name:yyj_PlatformBMaiFailNotification object:nil]; [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(YYJPlatformBMaiFail) name:PlatformBMaiFailNotification object:nil]; //æ·»å ä¸ä¸ªç»å½æåéç¥è§å¯è ï¼è°ç¨æ¬æµ®æ¡çæä½å¡å¿ 卿¶å°è¯¥éç¥åè°ç¨ [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(YYJPlatformLogin) name:yyj_PlatformLoginNotification object:nil]; [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(YYJPlatformLogin) name:PlatformLoginNotification object:nil]; //æ·»å ä¸ä¸ªæ³¨éæåéç¥è§å¯è [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(YYJPlatformLogout) name:yyj_PlatformLogoutNotification object:nil]; [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(YYJPlatformLogout) name:PlatformLogoutNotification object:nil]; //æ·»å FBå享 ç»æéç¥è§å¯è [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(YYJPlatformFBShareNotify:) name:yyj_PlatformShareFBNotification object:nil]; [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(YYJPlatformFBShareNotify:) name:PlatformShareFBNotification object:nil]; #ifdef DEBUG // è¾åºæ¥å¿ @@ -239,11 +239,11 @@ [self initYYJSdk]; //appsflyer [[YYJPlatform yyj_defaultPlatform] yyj_AppsFlyer_Init:AF_KEY appleAppID:AF_APPLE_APPID]; [[SXGMSDK shareSDK] AppsFlyer_Init:AF_KEY appleAppID:AF_APPLE_APPID]; [[YYJPlatform yyj_defaultPlatform] yyj_google_Init:kClientID]; [[SXGMSDK shareSDK] google_Init:kClientID]; [[YYJPlatform yyj_defaultPlatform] yyj_fb_Init:application launchOptions:launchOptions]; [[SXGMSDK shareSDK] fb_Init:application launchOptions:launchOptions]; //å级iOS SDK V6 ä»ç» ++++++++ @@ -255,13 +255,13 @@ } -(void)sendAppsFlyerLaunch:(UIApplication *)application { [[YYJPlatform yyj_defaultPlatform] yyj_AppFlysStart]; [[SXGMSDK shareSDK] AppFlysStart]; } -(void) initYYJSdk{ NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary]; NSString *app_Version = [infoDictionary objectForKey:@"CFBundleShortVersionString"]; // SDKåå§åï¼å¡å¿ æ¾å¨å ¶ä»æ¥â¼è°â½¤ä¹å [[YYJPlatform yyj_defaultPlatform]yyj_initializeWithAppId: YYJ_APPID gameVersion:app_Version appScheme: YYJ_APPSCHEME]; [[SXGMSDK shareSDK] initializeWithAppId:YYJ_APPID gameVersion:app_Version]; initedState=0; } @@ -281,18 +281,20 @@ } - (void)YYJPlatformLogin { NSString *regType = [[YYJPlatform yyj_defaultPlatform] yyj_regType]; if(regType&&[regType length]!=0){ NSLog(@"æ¸ éæ³¨åæå"); NSDictionary *_dict = [NSDictionary dictionaryWithObjectsAndKeys: regType, @"reg_type", [NSNumber numberWithInt:S2U_FreePlatformRegisterOk], @"code", nil]; [self SendMessageToUnity:_dict]; }else{ // NSString *regType = [[SXGMSDK shareSDK] regType]; NSString *loginType = [[SXGMSDK shareSDK] loginType]; // if(regType&&[regType length]!=0){ // NSLog(@"æ¸ éæ³¨åæå"); // NSDictionary *_dict = [NSDictionary dictionaryWithObjectsAndKeys: // regType, @"reg_type", // [NSNumber numberWithInt:S2U_FreePlatformRegisterOk], @"code", nil]; // [self SendMessageToUnity:_dict]; // } if(loginType&&[loginType length]!=0){ NSLog(@"æ¸ éç»å½æå"); NSString *account = [[YYJPlatform yyj_defaultPlatform] yyj_userUID]; NSString *game_id = [[YYJPlatform yyj_defaultPlatform] yyj_gameId]; NSString *session_id = [[YYJPlatform yyj_defaultPlatform] yyj_token]; NSString *account = [[SXGMSDK shareSDK] userUID]; NSString *game_id = [[SXGMSDK shareSDK] gameId]; NSString *session_id = [[SXGMSDK shareSDK] token]; NSDictionary *_dict = [NSDictionary dictionaryWithObjectsAndKeys: [NSDictionary dictionaryWithObjectsAndKeys:account, @"account", @@ -301,7 +303,9 @@ [NSNumber numberWithInt:S2U_FreePlatformLoginOk], @"code", nil]; [self SendMessageToUnity:_dict]; } [[YYJPlatform yyj_defaultPlatform]yyj_showFloatWindow]; //æ¾ç¤ºæ¬æµ®çª //è°ç¨æ¬æµ®æ¡,å¼åè ç»§ç»æ¸¸æé»è¾ [[SXGMSDK shareSDK] showFloatWindow]; //å级iOS SDK V6 ä»ç» ++++++++ if (@available(iOS 14, *)) { @@ -336,6 +340,7 @@ { NSString *msg = obj?[obj.userInfo valueForKey:@"msg"]: @""; NSInteger code = obj? [[obj.userInfo valueForKey:@"code"] intValue] :-1; //code: 1æåï¼ -1 åæ¶ï¼ -2 å¼å¸¸ int state = 0; switch (code) { @@ -384,7 +389,8 @@ } break; case 1: [[YYJPlatform yyj_defaultPlatform]yyj_userLogin]; //[[YYJPlatform yyj_defaultPlatform]yyj_userLogin]; [[SXGMSDK shareSDK] UserLogin]; break; case 2: [self initYYJSdk]; @@ -426,46 +432,54 @@ case U2S_FreePlatformLogin: [self PlatformLogin]; break; case U2S_ShowAccountView: { [[SXGMSDK shareSDK] ShowAccountView]; } break; case U2S_FreePlatformLogout: { [[YYJPlatform yyj_defaultPlatform]yyj_userLogout]; [[SXGMSDK shareSDK] UserLogin]; } break; case U2S_CreateRole: { // æ´æ°è§è²ä¿¡æ¯ NSString *serverName = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"serverName"]]; NSString *gameRoleName = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"roleName"]]; NSString *serverId = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"sid"]]; NSString *serviceTypeId= @"0"; NSString *serverName = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"serverName"]]; NSString *gameRoleID = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"roleID"]]; NSString *gameRoleName = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"roleName"]]; NSString *gameUserLevel = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"level"]]; [[YYJPlatform yyj_defaultPlatform]yyj_submitRoleInfoWithServerid:serverId andServerName:serverName andCharid:gameRoleID andRoleName:gameRoleName andRolelevel:gameUserLevel]; [[SXGMSDK shareSDK]submitRoleInfoWithServiceCode:serverId WithRoleId:gameRoleID WithRoleName:gameRoleName WithLevel:gameUserLevel WithServiceTypeId:serviceTypeId WithServiceTypeName:serverName ]; break; } case U2S_RoleLogin: { // æ´æ°è§è²ä¿¡æ¯ NSString *serverName = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"serverName"]]; NSString *gameRoleName = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"roleName"]]; NSString *serverId = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"sid"]]; NSString *serviceTypeId= @"0"; NSString *serverName = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"serverName"]]; NSString *gameRoleID = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"roleID"]]; NSString *gameRoleName = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"roleName"]]; NSString *gameUserLevel = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"level"]]; [[YYJPlatform yyj_defaultPlatform]yyj_submitRoleInfoWithServerid:serverId andServerName:serverName andCharid:gameRoleID andRoleName:gameRoleName andRolelevel:gameUserLevel]; [[SXGMSDK shareSDK]submitRoleInfoWithServiceCode:serverId WithRoleId:gameRoleID WithRoleName:gameRoleName WithLevel:gameUserLevel WithServiceTypeId:serviceTypeId WithServiceTypeName:serverName ]; break; } case U2S_RoleLevelUp: { // æ´æ°è§è²ä¿¡æ¯ NSString *serverName = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"serverName"]]; NSString *gameRoleName = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"roleName"]]; NSString *serverId = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"sid"]]; NSString *serviceTypeId= @"0"; NSString *serverName = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"serverName"]]; NSString *gameRoleID = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"roleID"]]; NSString *gameRoleName = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"roleName"]]; NSString *gameUserLevel = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"level"]]; [[YYJPlatform yyj_defaultPlatform]yyj_submitRoleInfoWithServerid:serverId andServerName:serverName andCharid:gameRoleID andRoleName:gameRoleName andRolelevel:gameUserLevel]; [[SXGMSDK shareSDK]submitRoleInfoWithServiceCode:serverId WithRoleId:gameRoleID WithRoleName:gameRoleName WithLevel:gameUserLevel WithServiceTypeId:serviceTypeId WithServiceTypeName:serverName ]; break; } case U2S_FreePlatformPay: @@ -476,13 +490,14 @@ NSString *productName = [NSString stringWithFormat:@"%@", [_dict objectForKey:@"title"]]; NSString *mount = [NSString stringWithFormat:@"%@", [_dict objectForKey:@"mount"]]; NSString *orderId = [NSString stringWithFormat:@"%@", [_dict objectForKey:@"orderId"]]; NSString *payType = @"apple"; NSString *_appid = sAppID; NSString *extrasParams = [NSString stringWithFormat:@"{\"appid\":\"%@\",\"cpinfo\":\"%@\",\"cporderid\":\"%@\"}", _appid, [_dict objectForKey:@"cpInfo"], [_dict objectForKey:@"orderId"] ]; [[YYJPlatform yyj_defaultPlatform] yyj_BMaiWithMoney:mount productID:goodsID productName:productName charId:gameRoleID serverId:serverId expandInfo:extrasParams cporderId:orderId]; [[SXGMSDK shareSDK] CreatOrderWithCpOrderId:orderId WithMoney:mount WithGoodsId:goodsID WithGoodsName:productName WithPayType:payType WithServer:serverId WithRole:gameRoleID WithExt:extrasParams]; break; } case U2S_BatteryListenStart: @@ -502,14 +517,15 @@ { NSString *eventName = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"eventName"]]; NSDictionary *param= _dict[@"eventValues"]; [[YYJPlatform yyj_defaultPlatform] yyj_AppFlysTraceEvent:eventName param:param]; [[SXGMSDK shareSDK] AppFlysTraceEvent:eventName param:param]; break; } case U2S_ShareToFaceBook: { NSString *shareurl = [NSString stringWithFormat:@"%@",[_dict objectForKey:@"url"]]; [[YYJPlatform yyj_defaultPlatform] yyj_share2facebook:@"share" url:shareurl img:NULL]; [[SXGMSDK shareSDK] shareByfacebook:@"share" img:NULL]; break; } Channel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/ViewControllerNib/SXAccountViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/ViewControllerNib/SXBangDingViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/ViewControllerNib/SXChangePswViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/ViewControllerNib/SXComRegisterViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/ViewControllerNib/SXFindPswViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/ViewControllerNib/SXLoginViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/ViewControllerNib/SXMinAccountViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/ViewControllerNib/SXModifyUserInfoViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/ViewControllerNib/SXQuickRegisterViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_aq_.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_aq_@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_aq_@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_back.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_back@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_back@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_back_press.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_back_press@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_back_press@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_close_press.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_close_press@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_close_press@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_close_rightbtn.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_close_rightbtn@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_close_rightbtn@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_account.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_account@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_account@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_account_press.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_account_press@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_account_press@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_code.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_code@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_code@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_code_press.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_code_press@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_code_press@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_email.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_email@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_email@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_id.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_id@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_id@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_id_press.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_id_press@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_id_press@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_mobile.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_mobile@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_mobile@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_mobile_press.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_mobile_press@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_mobile_press@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_realname.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_realname@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_realname@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_realname_press.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_realname_press@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_realname_press@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_secret.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_secret@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_secret@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_secret_press.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_secret_press@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_secret_press@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_validati.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_validati@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_validati@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_validation_press.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_validation_press@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_icon_validation_press@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_logo.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_check.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_check@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_check@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_dropdown.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_dropdown@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_dropdown@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_dropdown_click.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_dropdown_press.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_dropdown_press@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_dropdown_press@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_hide_password.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_hide_password@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_hide_password@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_ic_add.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_ic_apple@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_ic_apple@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_ic_explain.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_ic_facebook@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_ic_facebook@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_ic_google@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_ic_google@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_phone.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_phone@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_phone@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_phone_press.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_phone_press@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_phone_press@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_q@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_q@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_quick.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_quick@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_quick@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_quick_press.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_quick_press@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_quick_press@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_show_password.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_show_password@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_show_password@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_si@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_si@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_toolbaricon_ service.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_toolbaricon_BMailog.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_toolbaricon_bbs.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_toolbaricon_click.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_toolbaricon_end.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_toolbaricon_left.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_toolbaricon_manage.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_toolbaricon_moreapp.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_toolbaricon_pack.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_toolbaricon_paylog.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_toolbaricon_right.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_toolbaricon_rightend.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_uncheck.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_uncheck@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_uncheck@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_yk@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/cy_sdk_yk@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/facebook.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/google.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/google@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/google@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_account.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_account_switch.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_account_switch@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_account_switch@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_customer_service.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_fb.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_game_zone.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_gift.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_logout.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_message.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_more_game.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_news.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_passwd_change.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_passwd_change@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_passwd_change@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_safe_icon.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_safe_icon@2x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/yyj_sdk_float_view_safe_icon@3x.pngChannel/IOS/gtios/Plugins/sanxia/GMSDK.bundle/images/ÐÔ±ðicon.png
Channel/IOS/gtios/Plugins/sanxia/GMSDK.framework/GMSDKBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.framework/Headers/GMSDK.h
New file @@ -0,0 +1,34 @@ // // GMSDK.h // GMSDK // // Created by XHJ on 2021/6/8. // #import <Foundation/Foundation.h> //! Project version number for GMSDK. FOUNDATION_EXPORT double GMSDKVersionNumber; //! Project version string for GMSDK. FOUNDATION_EXPORT const unsigned char GMSDKVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import <GMSDK/PublicHeader.h> #import <GMSDK/SXGMSDK.h> #pragma mark - Notification ----------------------------------------------- UIKIT_EXTERN NSString* const PlatformInitDidFinishedNotification; //åå§åæå UIKIT_EXTERN NSString* const PlatformInitFinishedFailNotification; //åå§å失败 UIKIT_EXTERN NSString* const PlatformLogoutNotification; //注é UIKIT_EXTERN NSString* const PlatformLoginNotification; //ç»å½ UIKIT_EXTERN NSString* const PlatformBMaiSuccessfulNotification; // æ¯ä»æå UIKIT_EXTERN NSString* const PlatformBMaiFailNotification; // æ¯ä»å¤±è´¥ UIKIT_EXTERN NSString* const PlatformShareFBNotification; //åäº«ç»æ Channel/IOS/gtios/Plugins/sanxia/GMSDK.framework/Headers/SXGMSDK.h
New file @@ -0,0 +1,203 @@ // // SXGMSDK.h // GMSDK // // Created by XHJ on 2021/6/8. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface SXGMSDK : NSObject /** * @brief è·åSXGMSDKå®ä¾ */ +(SXGMSDK *)shareSDK; #pragma mark SXGMSDK åå§åé ç½® /** * @brief å¹³å°åå§åæ¹æ³ * * @param appId 游æå¨æ¥å ¥èè¿åé çappId * @param gameVersion 游æçæ¬å· * * */ - (void)initializeWithAppId:(NSString *)appId gameVersion:(NSString *)gameVersion; /** * @brief Facebookåå§åæ¹æ³ */ - (void)fb_Init:(UIApplication *)application launchOptions:(NSDictionary *)launchOptions; /** * @brief Facebook OpenUrlæ¹æ³ */ - (void)fb_openURL:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary *)options; /** * @brief GoogleSign åå§å */ - (void)google_Init:(NSString *)clientId; /** @brief AppsFlyer åå§å */ - (void)AppsFlyer_Init:(NSString *)devkey appleAppID:(NSString *)appId; /** æ¯å¦å¼å¯Logè¾åº @param isShowLog YES å¼å¯; NO å ³é. é»è®¤å ³é */ - (void)isShowLog:(BOOL)isShowLog; /** æ¾ç¤ºæ¬æµ®æ¡ */ - (void)showFloatWindow; /** éèæ¬æµ®æ¡ */ - (void)dismissFloatWindow; /** å享 */ - (void)share:(NSString *)title img:(UIImage * _Nullable)img; /** å享å°facebook */ - (void)shareByfacebook:(NSString *)title img:(UIImage * _Nullable)img; /** * @brief SXGMSDK ç»å½çé¢å ¥å£ * */ -(void)UserLogin; /** * @brief SXGMSDK è´¦å·çé¢ */ -(void)ShowAccountView; /** * @brief è·åæ¬æ¬¡ç»å½çtoken */ - (NSString*)token; /** * @brief è·åç»å½çUID, ç¨äºæ è®°ä¸ä¸ªç¨æ· */ -(NSString*)userUID; /** * @brief å½åç»å½ç¨æ·å */ -(NSString*)userName; /** * @brief å½åç»å½çæµç§° */ -(NSString*)nickName; /** * @brief å½åç»å½çæ§å«ï¼ç·æ§: male, 女æ§: famale */ -(NSString*)userSex; /** * @brief å½åç¨æ·ç»å½ç±»å */ -(NSString*)loginType; /** * @brief æ¯ä¸ªæ¸¸æçå¯ä¸ID */ -(NSString*)gameId; /** * @brief GMSDK 注é, å³éåºç»å½ * */ -(void)UserLogout; /** æäº¤è§è²ä¿¡æ¯æ¥å£ æäº¤çæ¶æºä¸º: æ¯æ¬¡ç»å½ æè æ¯æ¬¡éåº æè æ¯ è§è²ç级åçº§çæ¶å ä¸ä¸ªæ¶æ®µé½è°ç¨é£æ¯æå¥½ç . è³å°æ»¡è¶³è§è²ç级åçº§çæ¶åè°ç¨ @param serviceCode åºæ @param serviceTypeId åºæç±»åID @param serviceTypeName åºæç±»ååå @param roleId è§è²ID @param roleName è§è²å @param level ç级 */ -(void)submitRoleInfoWithServiceCode:(NSString *)serviceCode WithRoleId:(NSString *)roleId WithRoleName:(NSString *)roleName WithLevel:(NSString *)level WithServiceTypeId:(NSString *)serviceTypeId WithServiceTypeName:(NSString *)serviceTypeName; /** Get SDK version. @return SXGMSDK version info. */ - (NSString *)getSDKVersion; @end #pragma mark ----- å å¼ã æ¯ä» @interface SXGMSDK (Payment) /** å建订å @param cpOrderId 游æè®¢åID @param money 订åéé¢ @param goodsId ååID @param goodsName åååç§° @param payType æ¯ä»ç±»åapple,google @param serviceCode 游ææå¡å¨ @param role è§è²Id */ -(void)CreatOrderWithCpOrderId:(NSString *)cpOrderId WithMoney:(NSString *)money WithGoodsId:(NSString *)goodsId WithGoodsName:(NSString *)goodsName WithPayType:(NSString *)payType WithServer:(NSString *)serviceCode WithRole:(NSString *)role WithExt:(NSString *)ext; @end #pragma mark ----- è®°å½äºä»¶ @interface SXGMSDK (AppFlys) -(void)facebookTraceEvent:(NSString *)eventName param:(NSDictionary *)param; /** for AppsFly */ -(void)AppFlysStart; -(void)AppFlysTraceEvent:(NSString *)eventName param:(NSDictionary *)param; - (void)applicationDidBecomeActive:(UIApplication *)application; - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary *) options; - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString*)sourceApplication annotation:(id)annotation; - (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void (^)(NSArray * _Nullable))restorationHandler; // Report Push Notification attribution data for re-engagements - (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler; - (void)scene:(UIScene *)scene openURLContexts:(NSSet<UIOpenURLContext *> *)URLContexts API_AVAILABLE(ios(13.0)); @end NS_ASSUME_NONNULL_END Channel/IOS/gtios/Plugins/sanxia/GMSDK.framework/Info.plistBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.framework/Modules/module.modulemap
New file @@ -0,0 +1,6 @@ framework module GMSDK { umbrella header "GMSDK.h" export * module * { export * } } Channel/IOS/gtios/Plugins/sanxia/GMSDK.framework/SXAccountViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.framework/SXBangDingViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.framework/SXChangePswViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.framework/SXComRegisterViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.framework/SXFindPswViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.framework/SXLoginViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.framework/SXMinAccountViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.framework/SXModifyUserInfoViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GMSDK.framework/SXQuickRegisterViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleService-Info.plistold mode 100644 new mode 100755
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/Info.plistBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/Info.plist.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/Roboto-Bold.ttfBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/Roboto-Bold.ttf.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ar.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ar.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ar.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ca.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ca.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ca.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/cs.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/cs.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/cs.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/da.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/da.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/da.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/de.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/de.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/de.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/el.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/el.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/el.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/en.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/en.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/en.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/en_GB.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/en_GB.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/en_GB.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/es.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/es.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/es.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/es_MX.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/es_MX.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/es_MX.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/fi.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/fi.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/fi.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/fr.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/fr.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/fr.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/google.pngBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/google.png.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/google@2x.pngBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/google@2x.png.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/google@3x.pngBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/google@3x.png.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/gplus.pngBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/gplus.png.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/gplus@2x.pngBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/gplus@2x.png.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/gplus@3x.pngBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/gplus@3x.png.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/he.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/he.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/he.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/hr.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/hr.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/hr.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/hu.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/hu.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/hu.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/id.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/id.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/id.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/it.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/it.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/it.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ja.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ja.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ja.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ko.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ko.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ko.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ms.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ms.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ms.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/nb.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/nb.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/nb.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/nl.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/nl.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/nl.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/pl.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/pl.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/pl.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/pt.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/pt.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/pt.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/pt_BR.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/pt_BR.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/pt_BR.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/pt_PT.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/pt_PT.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/pt_PT.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ro.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ro.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ro.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ru.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ru.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/ru.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/sk.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/sk.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/sk.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/sv.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/sv.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/sv.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/th.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/th.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/th.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/tr.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/tr.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/tr.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/uk.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/uk.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/uk.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/vi.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/vi.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/vi.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/zh_CN.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/zh_CN.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/zh_CN.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/zh_TW.lproj.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/zh_TW.lproj/GoogleSignIn.stringsBinary files differ
Channel/IOS/gtios/Plugins/sanxia/GoogleSignIn.bundle/zh_TW.lproj/GoogleSignIn.strings.meta
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJAboutAccountViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJAccountViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJChangPwdViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJComRegisterViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJEditAccountViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJFindPswViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJLoginViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJMinAccountTableViewCell.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJMinAccountViewController.nib/objects-11.0+.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJMinAccountViewController.nib/runtime.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJPhoneRegisterViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJPhoneSettingPswViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJQuickRegisterViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJRealNameViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJResetPswViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJSafetySettingViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.bundle/ViewControllerNib/YYJSafetyWarmViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/Info.plist
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/Roboto-Bold.ttfBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/ar.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/ca.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/cs.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/da.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/de.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/el.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/en.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/en_GB.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/es.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/es_MX.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/fi.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/fr.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/fr_CA.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/google.pngBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/google@2x.pngBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/google@3x.pngBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/he.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/hi.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/hr.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/hu.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/id.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/it.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/ja.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/ko.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/ms.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/nb.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/nl.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/pl.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/pt.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/pt_BR.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/pt_PT.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/ro.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/ru.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/sk.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/sv.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/th.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/tr.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/uk.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/vi.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/zh_CN.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/GoogleSignIn.bundle/zh_TW.lproj/GoogleSignIn.strings
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/Headers/YYJPlatform.h
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/Headers/YYJPlatformDefines.h
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/Info.plistBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/Modules/module.modulemap
File was deleted Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJAboutAccountViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJAccountViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJChangPwdViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJComRegisterViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJEditAccountViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJFindPswViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJLoginViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJMinAccountTableViewCell.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJMinAccountViewController.nib/objects-11.0+.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJMinAccountViewController.nib/runtime.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJPhoneRegisterViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJPhoneSettingPswViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJPlatformBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJQuickRegisterViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJRealNameViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJResetPswViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJSafetySettingViewController.nibBinary files differ
Channel/IOS/gtios/Plugins/sanxia/YYJPlatform.framework/YYJSafetyWarmViewController.nibBinary files differ