taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit a383bd58a186b7200d13fb088aa7faf6ffd3f998
parent cc281301979d4b0ed3732522c6b95057c9e89c89
Author: Marc Stibane <marc@taler.net>
Date:   Wed, 22 Feb 2023 10:41:11 +0100

Info & SceneConfigurations, v0.9.2, bundleID

Diffstat:
MInfo.plist | 9++++++++-
MTalerWallet.xcodeproj/project.pbxproj | 18++++++++----------
2 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/Info.plist b/Info.plist @@ -8,7 +8,7 @@ <key>CFBundleTypeRole</key> <string>Viewer</string> <key>CFBundleURLName</key> - <string>net.taler.talerwallet</string> + <string>com.taler-systems.talerwallet</string> <key>CFBundleURLSchemes</key> <array> <string>taler</string> @@ -20,5 +20,12 @@ </array> <key>ITSAppUsesNonExemptEncryption</key> <false/> + <key>UIApplicationSceneManifest</key> + <dict> + <key>UIApplicationSupportsMultipleScenes</key> + <true/> + <key>UISceneConfigurations</key> + <dict/> + </dict> </dict> </plist> diff --git a/TalerWallet.xcodeproj/project.pbxproj b/TalerWallet.xcodeproj/project.pbxproj @@ -775,15 +775,14 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = ""; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Info.plist; INFOPLIST_KEY_CFBundleDisplayName = "Taler Wallet"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance"; - INFOPLIST_KEY_NSHumanReadableCopyright = "© Taler.net"; - INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = "© Taler-Systems.com"; INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; @@ -792,8 +791,8 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.9.1; - PRODUCT_BUNDLE_IDENTIFIER = net.taler.talerwallet; + MARKETING_VERSION = 0.9.2; + PRODUCT_BUNDLE_IDENTIFIER = "com.taler-systems.talerwallet15"; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = NO; @@ -811,15 +810,14 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = ""; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Info.plist; INFOPLIST_KEY_CFBundleDisplayName = "Taler Wallet"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance"; - INFOPLIST_KEY_NSHumanReadableCopyright = "© Taler.net"; - INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = "© Taler-Systems.com"; INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; @@ -828,8 +826,8 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.9.1; - PRODUCT_BUNDLE_IDENTIFIER = net.taler.talerwallet; + MARKETING_VERSION = 0.9.2; + PRODUCT_BUNDLE_IDENTIFIER = "com.taler-systems.talerwallet15"; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTS_MACCATALYST = NO;