-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Podfile and Xcode project settings
- Loading branch information
1 parent
9d9dbef
commit e886f96
Showing
3 changed files
with
108 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,91 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>$(APP_NAME)</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIconName</key> | ||
<string>AppIcon</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>$(MARKETING_VERSION)</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>$(CURRENT_PROJECT_VERSION)</string> | ||
<key>LSRequiresIPhoneOS</key> | ||
<true/> | ||
<key>NSAppTransportSecurity</key> | ||
<dict> | ||
<key>NSExceptionDomains</key> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>$(APP_NAME)</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIconName</key> | ||
<string>AppIcon</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>$(MARKETING_VERSION)</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>$(CURRENT_PROJECT_VERSION)</string> | ||
<key>LSRequiresIPhoneOS</key> | ||
<true /> | ||
<key>NSAppTransportSecurity</key> | ||
<dict> | ||
<key>fleetbase.engineering</key> | ||
<key>NSExceptionDomains</key> | ||
<dict> | ||
<key>NSExceptionAllowsInsecureHTTPLoads</key> | ||
<false/> | ||
<key>NSIncludesSubdomains</key> | ||
<true/> | ||
</dict> | ||
<key>fleetbase.io</key> | ||
<dict> | ||
<key>NSExceptionAllowsInsecureHTTPLoads</key> | ||
<false/> | ||
<key>NSIncludesSubdomains</key> | ||
<true/> | ||
</dict> | ||
<key>localhost</key> | ||
<dict> | ||
<key>NSExceptionAllowsInsecureHTTPLoads</key> | ||
<true/> | ||
<key>fleetbase.engineering</key> | ||
<dict> | ||
<key>NSExceptionAllowsInsecureHTTPLoads</key> | ||
<false /> | ||
<key>NSIncludesSubdomains</key> | ||
<true /> | ||
</dict> | ||
<key>fleetbase.io</key> | ||
<dict> | ||
<key>NSExceptionAllowsInsecureHTTPLoads</key> | ||
<false /> | ||
<key>NSIncludesSubdomains</key> | ||
<true /> | ||
</dict> | ||
<key>localhost</key> | ||
<dict> | ||
<key>NSExceptionAllowsInsecureHTTPLoads</key> | ||
<true /> | ||
</dict> | ||
</dict> | ||
</dict> | ||
<key>NSCameraUsageDescription</key> | ||
<string>This app may need to use your camera for your profile picture</string> | ||
<key>NSContactsUsageDescription</key> | ||
<string>This app may need to access your contacts for sharing</string> | ||
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key> | ||
<string>This app requires access to your location to provide create user address for order | ||
when the app is in use</string> | ||
<key>NSLocationAlwaysUsageDescription</key> | ||
<string>This app requires access to your location to provide create user address for order | ||
when the app is in use</string> | ||
<key>NSLocationWhenInUseUsageDescription</key> | ||
<string>This app requires access to your location to provide create user address for order | ||
when the app is in use</string> | ||
<key>NSLocalUsageDescription</key> | ||
<string>This app requires access to send you notifications about order status updates and | ||
other important information.</string> | ||
<key>NSPhotoLibraryUsageDescription</key> | ||
<string>This app allows you to upload photos from your photo library</string> | ||
<key>UIBackgroundModes</key> | ||
<array> | ||
<string>remote-notification</string> | ||
</array> | ||
<key>UILaunchStoryboardName</key> | ||
<string>BootSplash</string> | ||
<key>UIRequiredDeviceCapabilities</key> | ||
<array> | ||
<string>armv7</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
</array> | ||
<key>UIViewControllerBasedStatusBarAppearance</key> | ||
<false /> | ||
</dict> | ||
<key>NSCameraUsageDescription</key> | ||
<string>This app may need to use your camera for your profile picture</string> | ||
<key>NSContactsUsageDescription</key> | ||
<string>This app may need to access your contacts for sharing</string> | ||
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key> | ||
<string></string> | ||
<key>NSLocationAlwaysUsageDescription</key> | ||
<string></string> | ||
<key>NSLocationWhenInUseUsageDescription</key> | ||
<string></string> | ||
<key>NSPhotoLibraryUsageDescription</key> | ||
<string>This app allows you to upload photos from your photo library</string> | ||
<key>UIBackgroundModes</key> | ||
<array> | ||
<string>remote-notification</string> | ||
</array> | ||
<key>UILaunchStoryboardName</key> | ||
<string>BootSplash</string> | ||
<key>UIRequiredDeviceCapabilities</key> | ||
<array> | ||
<string>armv7</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
</array> | ||
<key>UIViewControllerBasedStatusBarAppearance</key> | ||
<false/> | ||
</dict> | ||
</plist> | ||
</plist> |