secant-ios-wallet/zashi-internal-Info.plist

109 lines
3.3 KiB
Plaintext
Raw Normal View History

[#1341] add address book feature - Initial screens for the feature done [#1341] add address book feature - partially redesigned to final designs - edit updated to work without swipe over the contact [#1341] add address book feature - Package.resolved updated [#1341] add address book feature - Package.resolved update [#1341] add address book feature - ZashiButton component done - Latest design for some screens - Send screen facelift [#1341] add address book feature - Scan view redesigned - Tweaks of layouts, error handlings for the fields, etc. [#1341] add address book feature - Another batch of tweaks and finalizations for Address Book [#1341] add address book feature - AddressBook finished, testing starts - New Zashi internal target added to distribute the app [#1341] add address book feature - package update [#1341] add address book feature - Testing & Debugging - fix: card for add new address is always visible - fix: done button associated with the keyboard is now fully custom solution - fix: memo field broken input [#1341] add address book feature - modifier for the fonts and styles [#1341] add address book feature - Modifier for the screen horizontal padding [#1341] add address book feature - All Address book texts localized [#1341] add address book feature - Archivo removed from the project and all instances replaced with Inter [#1341] add address book feature - All images refactored to use DesignSystem's modifiers [#1341] add address book feature - fixes + design system refactors - transaction history revamp [#1341] add address book feature - Package.resolve update [#1341] add address book feature - Scan screen redesigned [#1341] add address book feature - QR code scan navigation fixed [#1341] add address book feature - ZashiButton tap area fix - Auto-focuses in Add New Contact implemented [#1341] add address book feature - ScanView design tweaks - Address is not in address book redesigned to hint that dismisses automatically after 3s [#1341] add address book feature - zImage [#1341] add address book feature - build fixes
2024-09-09 05:51:40 -07:00
<?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 Internal</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>None</string>
<key>CFBundleURLName</key>
<string>co-electriccoin.secant-mainnet</string>
<key>CFBundleURLSchemes</key>
<array>
<string>zcash</string>
</array>
</dict>
</array>
[#1341] add address book feature - Initial screens for the feature done [#1341] add address book feature - partially redesigned to final designs - edit updated to work without swipe over the contact [#1341] add address book feature - Package.resolved updated [#1341] add address book feature - Package.resolved update [#1341] add address book feature - ZashiButton component done - Latest design for some screens - Send screen facelift [#1341] add address book feature - Scan view redesigned - Tweaks of layouts, error handlings for the fields, etc. [#1341] add address book feature - Another batch of tweaks and finalizations for Address Book [#1341] add address book feature - AddressBook finished, testing starts - New Zashi internal target added to distribute the app [#1341] add address book feature - package update [#1341] add address book feature - Testing & Debugging - fix: card for add new address is always visible - fix: done button associated with the keyboard is now fully custom solution - fix: memo field broken input [#1341] add address book feature - modifier for the fonts and styles [#1341] add address book feature - Modifier for the screen horizontal padding [#1341] add address book feature - All Address book texts localized [#1341] add address book feature - Archivo removed from the project and all instances replaced with Inter [#1341] add address book feature - All images refactored to use DesignSystem's modifiers [#1341] add address book feature - fixes + design system refactors - transaction history revamp [#1341] add address book feature - Package.resolve update [#1341] add address book feature - Scan screen redesigned [#1341] add address book feature - QR code scan navigation fixed [#1341] add address book feature - ZashiButton tap area fix - Auto-focuses in Add New Contact implemented [#1341] add address book feature - ScanView design tweaks - Address is not in address book redesigned to hint that dismisses automatically after 3s [#1341] add address book feature - zImage [#1341] add address book feature - build fixes
2024-09-09 05:51:40 -07:00
<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>NSUbiquitousContainers</key>
<dict>
<key>iCloud.com.electriccoinco.zashi</key>
<dict>
<key>NSUbiquitousContainerIsDocumentStorage</key>
<true/>
<key>NSUbiquitousContainerName</key>
<string>Zashi Address Book</string>
</dict>
</dict>
[#1341] add address book feature - Initial screens for the feature done [#1341] add address book feature - partially redesigned to final designs - edit updated to work without swipe over the contact [#1341] add address book feature - Package.resolved updated [#1341] add address book feature - Package.resolved update [#1341] add address book feature - ZashiButton component done - Latest design for some screens - Send screen facelift [#1341] add address book feature - Scan view redesigned - Tweaks of layouts, error handlings for the fields, etc. [#1341] add address book feature - Another batch of tweaks and finalizations for Address Book [#1341] add address book feature - AddressBook finished, testing starts - New Zashi internal target added to distribute the app [#1341] add address book feature - package update [#1341] add address book feature - Testing & Debugging - fix: card for add new address is always visible - fix: done button associated with the keyboard is now fully custom solution - fix: memo field broken input [#1341] add address book feature - modifier for the fonts and styles [#1341] add address book feature - Modifier for the screen horizontal padding [#1341] add address book feature - All Address book texts localized [#1341] add address book feature - Archivo removed from the project and all instances replaced with Inter [#1341] add address book feature - All images refactored to use DesignSystem's modifiers [#1341] add address book feature - fixes + design system refactors - transaction history revamp [#1341] add address book feature - Package.resolve update [#1341] add address book feature - Scan screen redesigned [#1341] add address book feature - QR code scan navigation fixed [#1341] add address book feature - ZashiButton tap area fix - Auto-focuses in Add New Contact implemented [#1341] add address book feature - ScanView design tweaks - Address is not in address book redesigned to hint that dismisses automatically after 3s [#1341] add address book feature - zImage [#1341] add address book feature - build fixes
2024-09-09 05:51:40 -07:00
<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>
</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>