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/Trust/Info.plist

127 lines
3.6 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>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>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>trust</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>157</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
<string>74d3fa8b5038a154c0c05555d27112a0d4a80d68</string>
<key>Kits</key>
<array>
<dict>
<key>KitInfo</key>
<dict/>
<key>KitName</key>
<string>Crashlytics</string>
</dict>
</array>
</dict>
<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>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>QR Scan</string>
<key>NSFaceIDUsageDescription</key>
<string>Access your wallet</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>UILaunchStoryboardName</key>
<string>AlphaWalletLaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</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>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>branch_key</key>
<dict>
<key>live</key>
<string>key_live_lfvIpVeI9TFWxPCqwU8rZnogFqhnzs4D</string>
<key>test</key>
<string>key_test_odFMiPaHXUB4zNECuK28kdboCqgkAF3K</string>
</dict>
<key>com.apple.security.get-task-allow</key>
<true/>
</dict>
</plist>