Procházet zdrojové kódy

1.添加测试环境frp白名单

huangxiaodong před 3 týdny
rodič
revize
20039f1764

+ 2 - 2
创维盒子/双子星云手机.xcodeproj/project.pbxproj

@@ -5726,7 +5726,7 @@
 				CODE_SIGN_ENTITLEMENTS = "隐私保护.entitlements";
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 5;
+				CURRENT_PROJECT_VERSION = 6;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
@@ -5805,7 +5805,7 @@
 				CODE_SIGN_ENTITLEMENTS = "隐私保护.entitlements";
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 5;
+				CURRENT_PROJECT_VERSION = 6;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",

+ 2 - 2
创维盒子/双子星云手机/AppDelegate/PrefixHeader.pch

@@ -110,13 +110,13 @@ isBangsScreen; \
 #define HAUTOSCALE ([[UIScreen mainScreen] bounds].size.height / 667)
 
 //测试地址 正在使用
-//#define CloudService   @"http://testprivacy.phone.androidscloud.com:5200"
+#define CloudService   @"http://testprivacy.phone.androidscloud.com:5200"
 
 //预生产环境
 //#define CloudService   @"http://testprivacy.phone.androidscloud.com:10900"
 
 //生产环境 1.4.3 开始使用
-#define CloudService   @"http://cloud.sgbox.ai"
+//#define CloudService   @"http://cloud.sgbox.ai"
 
 
 

+ 9 - 0
创维盒子/双子星云手机/Info.plist

@@ -178,6 +178,15 @@
 				<key>NSIncludesSubdomains</key>
 				<true/>
 			</dict>
+			<key>transfertest.androidscloud.com</key>
+			<dict>
+				<key>NSExceptionAllowsInsecureHTTPLoads</key>
+				<true/>
+				<key>NSExceptionRequiresForwardSecrecy</key>
+				<false/>
+				<key>NSIncludesSubdomains</key>
+				<true/>
+			</dict>
 		</dict>
 	</dict>
 	<key>UIApplicationSceneManifest</key>