info plist

Created Diff never expires
4 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
56 lines
41 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
93 lines
<?xml version="1.0" encoding="UTF-8"?>
<?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">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<plist version="1.0">
<dict>
<dict>
<key>CFBundleDevelopmentRegion</key>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<string>en</string>
<key>CFBundleDisplayName</key>
<key>CFBundleDisplayName</key>
<string>Wam</string>
<string>Wam</string>
<key>CFBundleExecutable</key>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<string>6.0</string>
<key>CFBundleName</key>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<key>CFBundlePackageType</key>
<string>APPL</string>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<key>CFBundleSignature</key>
<string>????</string>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>...</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>Bundle ID</string>
<key>CFBundleURLSchemes</key>
<array>
<string>...</string>
</array>
</dict>
<dict/>
</array>
<key>CFBundleVersion</key>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>CodePushDeploymentKey</key>
<string>...</string>
<key>LSRequiresIPhoneOS</key>
<key>LSRequiresIPhoneOS</key>
<true/>
<true/>
<key>NSAppTransportSecurity</key>
<key>NSAppTransportSecurity</key>
<dict>
<dict>
<key>NSExceptionDomains</key>
<key>NSExceptionDomains</key>
<dict>
<dict>
<key>localhost</key>
<key>localhost</key>
<dict>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<true/>
</dict>
</dict>
</dict>
</dict>
</dict>
</dict>
<key>NSCameraUsageDescription</key>
<string>Make payments by scanning QR codes.</string>
<key>NSContactsUsageDescription</key>
<string>Allow $(PRODUCT_NAME) to access your contacts</string>
<key>NSFaceIDUsageDescription</key>
<string>To protect your transactions</string>
<key>NSLocationWhenInUseUsageDescription</key>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<string></string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>To upload your profile picture.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>To upload your profile picture.</string>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>remote-notification</string>
</array>
<key>UILaunchStoryboardName</key>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<key>UIRequiredDeviceCapabilities</key>
<array>
<array>
<string>armv7</string>
<string>armv7</string>
</array>
</array>
<key>UISupportedInterfaceOrientations</key>
<key>UISupportedInterfaceOrientations</key>
<array>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<false/>
</dict>
</dict>
</plist>
</plist>