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>
|
2021-11-02 09:17:24 +00:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Editor</string>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>y.at</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>cakewallet</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2020-01-04 19:31:52 +00:00
|
|
|
<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>
|
2022-03-09 11:43:18 +00:00
|
|
|
<string>We need access to documents folder for getting access 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>
|
2022-03-09 11:43:18 +00:00
|
|
|
<string>We need access to documents folder for getting access to open/save backup file</string>
|
2021-06-04 15:25:17 +00:00
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
<array>
|
|
|
|
<string>fetch</string>
|
|
|
|
<string>remote-notification</string>
|
|
|
|
</array>
|
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>
|