secant-ios-wallet/secant-distrib-Info.plist

104 lines
3.4 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.power_wifi_sync</string>
<string>co.electriccoin.scheduler</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Zashi</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>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>FirebaseCrashlyticsCollectionEnabled</key>
<false/>
<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>Inter-Thin.otf</string>
<string>Inter-ThinItalic.otf</string>
<string>Inter-BlackItalic.otf</string>
<string>Inter-Black.otf</string>
<string>Inter-BoldItalic.otf</string>
<string>Inter-Bold.otf</string>
<string>Inter-MediumItalic.otf</string>
<string>Inter-Medium.otf</string>
<string>Inter-Italic.otf</string>
<string>Inter-Regular.otf</string>
<string>Inter-LightItalic.otf</string>
<string>Inter-Light.otf</string>
<string>Inter-SemiBoldItalic.otf</string>
<string>Inter-SemiBold.otf</string>
<string>Inter-ExtraBoldItalic.otf</string>
<string>Inter-ExtraBold.otf</string>
<string>Inter-ExtraLightItalic.otf</string>
<string>Inter-ExtraLight.otf</string>
<string>Archivo-Thin.otf</string>
<string>Archivo-ThinItalic.otf</string>
<string>Archivo-BlackItalic.otf</string>
<string>Archivo-Black.otf</string>
<string>Archivo-BoldItalic.otf</string>
<string>Archivo-Bold.otf</string>
<string>Archivo-MediumItalic.otf</string>
<string>Archivo-Medium.otf</string>
<string>Archivo-Italic.otf</string>
<string>Archivo-Regular.otf</string>
<string>Archivo-LightItalic.otf</string>
<string>Archivo-Light.otf</string>
<string>Archivo-SemiBoldItalic.otf</string>
<string>Archivo-SemiBold.otf</string>
<string>Archivo-ExtraBoldItalic.otf</string>
<string>Archivo-ExtraBold.otf</string>
<string>Archivo-ExtraLightItalic.otf</string>
<string>Archivo-ExtraLight.otf</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>
</dict>
</plist>