vbea пре 3 година
родитељ
комит
836f5a41ba
1 измењених фајлова са 8 додато и 1 уклоњено
  1. 8 1
      Strides-APP/ios/JuicePlus/Info.plist

+ 8 - 1
Strides-APP/ios/JuicePlus/Info.plist

@@ -5,7 +5,7 @@
 	<key>CFBundleDevelopmentRegion</key>
 	<key>CFBundleDevelopmentRegion</key>
 	<string>en</string>
 	<string>en</string>
 	<key>CFBundleDisplayName</key>
 	<key>CFBundleDisplayName</key>
-	<string>ChargEco</string>
+	<string>Juice Plus</string>
 	<key>CFBundleExecutable</key>
 	<key>CFBundleExecutable</key>
 	<string>$(EXECUTABLE_NAME)</string>
 	<string>$(EXECUTABLE_NAME)</string>
 	<key>CFBundleIdentifier</key>
 	<key>CFBundleIdentifier</key>
@@ -54,6 +54,8 @@
 	</dict>
 	</dict>
 	<key>NSCameraUsageDescription</key>
 	<key>NSCameraUsageDescription</key>
 	<string>Upload avatar, photo feedback, etc</string>
 	<string>Upload avatar, photo feedback, etc</string>
+	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
+	<string>To capture your location to determine distance from charging stations and determine nearest charging stations.</string>
 	<key>NSLocationAlwaysUsageDescription</key>
 	<key>NSLocationAlwaysUsageDescription</key>
 	<string>To capture your location to determine distance from charging stations and determine nearest charging stations.</string>
 	<string>To capture your location to determine distance from charging stations and determine nearest charging stations.</string>
 	<key>NSLocationWhenInUseUsageDescription</key>
 	<key>NSLocationWhenInUseUsageDescription</key>
@@ -98,8 +100,13 @@
 	<array>
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>
 		<string>UIInterfaceOrientationPortrait</string>
 		<string>UIInterfaceOrientationPortraitUpsideDown</string>
 		<string>UIInterfaceOrientationPortraitUpsideDown</string>
+	</array>
+	<key>UISupportedInterfaceOrientations~ipad</key>
+	<array>
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
+		<string>UIInterfaceOrientationPortrait</string>
+		<string>UIInterfaceOrientationPortraitUpsideDown</string>
 	</array>
 	</array>
 	<key>UIViewControllerBasedStatusBarAppearance</key>
 	<key>UIViewControllerBasedStatusBarAppearance</key>
 	<false/>
 	<false/>