wudebin 3 anni fa
parent
commit
8f30a38beb
1 ha cambiato i file con 11 aggiunte e 2 eliminazioni
  1. 11 2
      Strides-APP/ios/JuicePlus/Info.plist

+ 11 - 2
Strides-APP/ios/JuicePlus/Info.plist

@@ -25,7 +25,7 @@
 		<dict>
 			<key>CFBundleURLSchemes</key>
 			<array>
-				<string>checo</string>
+				<string>juicep</string>
 			</array>
 		</dict>
 	</array>
@@ -34,7 +34,7 @@
 	<key>LSApplicationQueriesSchemes</key>
 	<array>
 		<string>comgooglemaps</string>
-		<string>checo</string>
+		<string>juicep</string>
 		<string>http</string>
 		<string>https</string>
 		<string>tel</string>
@@ -85,6 +85,11 @@
 		<string>SimpleLineIcons.ttf</string>
 		<string>Zocial.ttf</string>
 	</array>
+	<key>UIApplicationSceneManifest</key>
+	<dict>
+		<key>UIApplicationSupportsMultipleScenes</key>
+		<true/>
+	</dict>
 	<key>UIBackgroundModes</key>
 	<array>
 		<string>fetch</string>
@@ -96,6 +101,10 @@
 	<array>
 		<string>armv7</string>
 	</array>
+	<key>UIRequiresFullScreen</key>
+	<false/>
+	<key>UIStatusBarHidden</key>
+	<false/>
 	<key>UISupportedInterfaceOrientations</key>
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>