secant-ios-wallet/secant/Info.plist

93 lines
2.8 KiB
Plaintext

<?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>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>co.electriccoin.backgroundProcessingTask</string>
<string>co.electriccoin.backgroundAppRefreshTask</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Secant Testnet</string>
<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>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>zcash</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>Scan zAddress Qr Codes</string>
<key>NSFaceIDUsageDescription</key>
<string>To access sensitive wallet data which should never be shared with anyone. For example backup phrase seed that can restore the wallet and gain access to funds.</string>
<key>UIAppFonts</key>
<array>
<string>Zboto.otf</string>
<string>Rubik-Italic-VariableFont_wght.ttf</string>
<string>Rubik-VariableFont_wght.ttf</string>
<string>Roboto-Thin.ttf</string>
<string>Roboto-BlackItalic.ttf</string>
<string>Roboto-Black.ttf</string>
<string>Roboto-BoldItalic.ttf</string>
<string>Roboto-Bold.ttf</string>
<string>Roboto-MediumItalic.ttf</string>
<string>Roboto-Medium.ttf</string>
<string>Roboto-Italic.ttf</string>
<string>Roboto-Regular.ttf</string>
<string>Roboto-LightItalic.ttf</string>
<string>Roboto-Light.ttf</string>
<string>Roboto-ThinItalic.ttf</string>
</array>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<true/>
</dict>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>processing</string>
</array>
<key>UILaunchScreen</key>
<dict/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>FirebaseCrashlyticsCollectionEnabled</key>
<false/>
</dict>
</plist>