An advanced Ethereum/EVM mobile wallet
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
alpha-wallet-ios/AlphaWallet/Info.plist

176 lines
5.2 KiB

<?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>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>TokenScript</string>
<key>LSHandlerRank</key>
<string>Default</string>
<key>LSItemContentTypes</key>
<array>
<string>public.text</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>TokenScript</string>
<key>LSHandlerRank</key>
<string>Default</string>
<key>LSItemContentTypes</key>
<array>
<string>com.stormbird.alphawallet.tsml</string>
</array>
</dict>
</array>
<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>$(ALPHAWALLET_PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>awallet</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Ethereum Links</string>
<key>CFBundleURLSchemes</key>
<array>
<string>ethereum</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>tg</string>
<string>fb</string>
<string>twitter</string>
<string>org-appextension-feature-password-management</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>$(ALPHAWALLET_PRODUCT_NAME) uses the camera to scan QR codes</string>
<key>NSMicrophoneUsageDescription</key>
<string>$(ALPHAWALLET_PRODUCT_NAME) might capture audio if a website needs to perform KYC (with your permission)</string>
<key>NSFaceIDUsageDescription</key>
<string>Access your wallet</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location data may be accessed when you are using the in-app browser and tap on a link to retrieve your current location</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Sending QR Code to your contacts</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Sending QR Code to your contacts</string>
<key>UIAppFonts</key>
<array>
<string>SourceSansPro-Black.otf</string>
<string>SourceSansPro-BlackIt.otf</string>
<string>SourceSansPro-Bold.otf</string>
<string>SourceSansPro-BoldIt.otf</string>
<string>SourceSansPro-ExtraLight.otf</string>
<string>SourceSansPro-ExtraLightIt.otf</string>
<string>SourceSansPro-It.otf</string>
<string>SourceSansPro-Light.otf</string>
<string>SourceSansPro-LightIt.otf</string>
<string>SourceSansPro-Regular.otf</string>
<string>SourceSansPro-Semibold.otf</string>
<string>SourceSansPro-SemiboldIt.otf</string>
</array>
<key>UIApplicationShortcutItems</key>
<array>
<dict>
<key>UIApplicationShortcutItemIconFile</key>
<string>qr_code_icon</string>
<key>UIApplicationShortcutItemTitle</key>
<string>Scan QR Code</string>
<key>UIApplicationShortcutItemType</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER).qrScanner</string>
</dict>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UIStatusBarHidden</key>
<true/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDefault</string>
<key>UIStatusBarTintParameters</key>
<dict>
<key>UINavigationBar</key>
<dict>
<key>Style</key>
<string>UIBarStyleDefault</string>
<key>Translucent</key>
<false/>
</dict>
</dict>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.xml</string>
</array>
<key>UTTypeDescription</key>
<string>TokenScript file</string>
<key>UTTypeIdentifier</key>
<string>com.stormbird.alphawallet.tsml</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<string>tsml</string>
<key>public.mime-type</key>
<string>text/xml</string>
</dict>
</dict>
</array>
<key>com.apple.security.get-task-allow</key>
<true/>
</dict>
</plist>