dev
plist 55 lines 2.18 KB
Raw
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>$(DEVELOPMENT_LANGUAGE)</string>
7 <key>CFBundleExecutable</key>
8 <string>$(EXECUTABLE_NAME)</string>
9 <key>CFBundleIconFile</key>
10 <string></string>
11 <key>CFBundleIdentifier</key>
12 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13 <key>CFBundleInfoDictionaryVersion</key>
14 <string>6.0</string>
15 <key>CFBundleDisplayName</key>
16 <string>Cake Wallet</string>
17 <key>CFBundleName</key>
18 <string>Cake Wallet</string>
19 <key>CFBundlePackageType</key>
20 <string>APPL</string>
21 <key>CFBundleShortVersionString</key>
22 <string>$(FLUTTER_BUILD_NAME)</string>
23 <key>CFBundleVersion</key>
24 <string>$(FLUTTER_BUILD_NUMBER)</string>
25 <key>ITSAppUsesNonExemptEncryption</key>
26 <false/>
27 <key>LSMinimumSystemVersion</key>
28 <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
29 <key>NSHumanReadableCopyright</key>
30 <string>$(PRODUCT_COPYRIGHT)</string>
31 <key>NSMainNibFile</key>
32 <string>MainMenu</string>
33 <key>NSPrincipalClass</key>
34 <string>NSApplication</string>
35 <key>LSApplicationCategoryType</key>
36 <string>public.app-category.finance</string>
37 <key>NSCameraUsageDescription</key>
38 <string>Used for scanning QR code and can be used to capture images for identification purposes by third-party providers.</string>
39 <key>NSDocumentsFolderUsageDescription</key>
40 <string>We need access to documents folder for getting access to open/save backup file</string>
41 <key>NSFaceIDUsageDescription</key>
42 <string>Enable Face ID for fast and secure access to wallets and private keys</string>
43 <key>NSPhotoLibraryUsageDescription</key>
44 <string>We need access to documents folder for getting access to open/save backup file</string>
45 <key>NSBluetoothPeripheralUsageDescription</key>
46 <string>We need access to Bluetooth in order to connect to your hardware wallet when needed</string>
47 <key>NSBluetoothAlwaysUsageDescription</key>
48 <string>We need access to Bluetooth in order to connect to your hardware wallet when needed</string>
49 <key>UIBackgroundModes</key>
50 <array>
51 <string>fetch</string>
52 <string>processing</string>
53 </array>
54 </dict>
55 </plist>