Selaa lähdekoodia

1.GBOX 盒子 生产环境 兼容新的FRP地址

huangxiaodong 1 kuukausi sitten
vanhempi
commit
4c8eda3791

+ 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 = 2;
+				CURRENT_PROJECT_VERSION = 3;
 				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 = 2;
+				CURRENT_PROJECT_VERSION = 3;
 				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

@@ -151,6 +151,15 @@
 				<key>NSIncludesSubdomains</key>
 				<true/>
 			</dict>
+			<key>frp.sgbox.ai</key>
+			<dict>
+				<key>NSExceptionAllowsInsecureHTTPLoads</key>
+				<true/>
+				<key>NSExceptionRequiresForwardSecrecy</key>
+				<false/>
+				<key>NSIncludesSubdomains</key>
+				<true/>
+			</dict>
 			<key>oss.sgbox.ai</key>
 			<dict>
 				<key>NSExceptionAllowsInsecureHTTPLoads</key>