From 41c0913dd31b3b233c9ced92bce466f960d0efd7 Mon Sep 17 00:00:00 2001 From: Hanh Date: Wed, 9 Mar 2022 13:18:15 +0800 Subject: [PATCH] Add URL type ycash/zcash to IOS plist --- ios/Runner.xcodeproj/project.pbxproj | 6 +-- ios/Runner/Info.plist | 10 ++++- ios/Runner/Info.plist.tpl | 66 ---------------------------- 3 files changed, 12 insertions(+), 70 deletions(-) delete mode 100644 ios/Runner/Info.plist.tpl diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 2f6f09b..e04c29a 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -369,7 +369,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = me.hanh.zwallet2.ios; + PRODUCT_BUNDLE_IDENTIFIER = me.hanh.zywallet; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; @@ -505,7 +505,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = me.hanh.zwallet2.ios; + PRODUCT_BUNDLE_IDENTIFIER = me.hanh.zywallet; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -531,7 +531,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = me.hanh.zwallet2.ios; + PRODUCT_BUNDLE_IDENTIFIER = me.hanh.zywallet; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index da9378c..cad6d6c 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -25,7 +25,15 @@ Editor CFBundleURLSchemes - $(COIN) + zcash + + + + CFBundleTypeRole + Editor + CFBundleURLSchemes + + ycash diff --git a/ios/Runner/Info.plist.tpl b/ios/Runner/Info.plist.tpl deleted file mode 100644 index 794e8dd..0000000 --- a/ios/Runner/Info.plist.tpl +++ /dev/null @@ -1,66 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - {{APP_TITLE}} - CFBundlePackageType - APPL - CFBundleShortVersionString - $(FLUTTER_BUILD_NAME) - CFBundleSignature - ???? - CFBundleURLTypes - - - CFBundleTypeRole - Editor - CFBundleURLSchemes - - {{COIN}} - - - - CFBundleVersion - $(FLUTTER_BUILD_NUMBER) - ITSAppUsesNonExemptEncryption - - LSRequiresIPhoneOS - - NSCameraUsageDescription - Camera permission is required for barcode scanning. - NSLocationWhenInUseUsageDescription - Not needed - report if you see this message - NSPhotoLibraryUsageDescription - Need by file picker to broadcast transactions - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UIStatusBarHidden - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIViewControllerBasedStatusBarAppearance - - -