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