2020-01-04 19:31:52 +00:00
|
|
|
<?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>$(DEVELOPMENT_LANGUAGE)</string>
|
2020-09-23 18:27:50 +00:00
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>Cake Wallet</string>
|
2020-01-04 19:31:52 +00:00
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>cake_wallet</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2020-04-06 16:10:49 +00:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2020-01-04 19:31:52 +00:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2020-08-25 16:32:40 +00:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2020-01-04 19:31:52 +00:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
2021-04-14 08:54:12 +00:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
2020-08-27 16:54:34 +00:00
|
|
|
<key>NSCameraUsageDescription</key>
|
2020-09-10 14:51:59 +00:00
|
|
|
<string>Used for scan QR code</string>
|
2021-01-18 12:50:26 +00:00
|
|
|
<key>NSDocumentsFolderUsageDescription</key>
|
|
|
|
<string>We need access to documents folder for get acces to open/save backup file</string>
|
2020-09-22 04:06:29 +00:00
|
|
|
<key>NSFaceIDUsageDescription</key>
|
|
|
|
<string>Enable Face ID for fast and secure access to wallets and private keys</string>
|
2021-01-18 12:50:26 +00:00
|
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
<string>We need access to documents folder for get acces to open/save backup file</string>
|
2020-01-04 19:31:52 +00:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
<key>UIMainStoryboardFile</key>
|
|
|
|
<string>Main</string>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
|
<false/>
|
|
|
|
</dict>
|
|
|
|
</plist>
|