summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2023-10-25 00:17:30 +0200
committerMarc Stibane <marc@taler.net>2023-10-25 00:17:30 +0200
commit686fcd449a03909cc8f5c9deaa9e83838d2d44aa (patch)
tree6575c8359f511494a764d13cd7472cb2b31f902e
parentbf7f8e33021e2e950b5b00ef5ffe44b7acfdabea (diff)
downloadtaler-ios-686fcd449a03909cc8f5c9deaa9e83838d2d44aa.tar.gz
taler-ios-686fcd449a03909cc8f5c9deaa9e83838d2d44aa.tar.bz2
taler-ios-686fcd449a03909cc8f5c9deaa9e83838d2d44aa.zip
Bump version to 0.9.3 (21)0.9.3-21
-rw-r--r--TalerWallet.xcodeproj/project.pbxproj8
-rw-r--r--TalerWallet1/Views/Settings/AboutView.swift8
-rw-r--r--TestFlight/WhatToTest.en-US.txt6
3 files changed, 10 insertions, 12 deletions
diff --git a/TalerWallet.xcodeproj/project.pbxproj b/TalerWallet.xcodeproj/project.pbxproj
index 56565e8..34e503c 100644
--- a/TalerWallet.xcodeproj/project.pbxproj
+++ b/TalerWallet.xcodeproj/project.pbxproj
@@ -1291,7 +1291,7 @@
CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 20;
+ CURRENT_PROJECT_VERSION = 21;
DEVELOPMENT_TEAM = GUDDQ9428Y;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
@@ -1331,7 +1331,7 @@
CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 20;
+ CURRENT_PROJECT_VERSION = 21;
DEVELOPMENT_TEAM = GUDDQ9428Y;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
@@ -1488,7 +1488,7 @@
CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 20;
+ CURRENT_PROJECT_VERSION = 21;
DEVELOPMENT_TEAM = GUDDQ9428Y;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
@@ -1529,7 +1529,7 @@
CODE_SIGN_ENTITLEMENTS = "$(TARGET_NAME).entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 20;
+ CURRENT_PROJECT_VERSION = 21;
DEVELOPMENT_TEAM = GUDDQ9428Y;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
diff --git a/TalerWallet1/Views/Settings/AboutView.swift b/TalerWallet1/Views/Settings/AboutView.swift
index e6de724..8a388ac 100644
--- a/TalerWallet1/Views/Settings/AboutView.swift
+++ b/TalerWallet1/Views/Settings/AboutView.swift
@@ -18,14 +18,6 @@ struct AboutView: View {
@AppStorage("developerMode") var developerMode: Bool = false
#endif
@AppStorage("myListStyle") var myListStyle: MyListStyle = .automatic
- @AppStorage("iconOnly") var iconOnly: Bool = false
-
-#if TABBAR // Taler Wallet
-#else // GNU Taler
- var hamburgerAction: () -> Void
-#endif
-
- @EnvironmentObject private var model: WalletModel
@State private var rotationEnabled = false
diff --git a/TestFlight/WhatToTest.en-US.txt b/TestFlight/WhatToTest.en-US.txt
index 15cf835..cca7034 100644
--- a/TestFlight/WhatToTest.en-US.txt
+++ b/TestFlight/WhatToTest.en-US.txt
@@ -1,4 +1,10 @@
+Version 0.9.3 (21)
+
+- BugFix: P2P payments should work again
+- CurrencyFormatter for Balance
+
+
Version 0.9.3 (20)
• A/B test: GNU Taler with hamburger button and sideview, Taler Wallet with tab bar