From 37100cd96ae805c2f89fd6bc0782d846538311b4 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Tue, 21 Jan 2025 21:21:44 +0100 Subject: [PATCH 1/4] Fix localization, remove debugPrint statement --- Views/Payment/CustomAmount.swift | 2 +- Views/Payment/PaymentSummary.swift | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Views/Payment/CustomAmount.swift b/Views/Payment/CustomAmount.swift index c2a303295..fe2029d4b 100644 --- a/Views/Payment/CustomAmount.swift +++ b/Views/Payment/CustomAmount.swift @@ -69,7 +69,7 @@ struct CustomAmount: View { ) } } label: { - Text("payment.confirm.button.title") + Text("payment.confirm.button.title".localized) } .buttonStyle(BorderedProminentButtonStyle()) .padding() diff --git a/Views/Payment/PaymentSummary.swift b/Views/Payment/PaymentSummary.swift index d9c886ad5..2ff62f512 100644 --- a/Views/Payment/PaymentSummary.swift +++ b/Views/Payment/PaymentSummary.swift @@ -63,7 +63,6 @@ struct PaymentSummary: View { .font(.callout) } }.onReceive(payment.completeSubject) { - debugPrint("PaymentSummary::payment.completeSubject") onComplete() } } From f33ef4877aa5e2aea9f6c71b52044f15d83d7123 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Tue, 21 Jan 2025 21:25:38 +0100 Subject: [PATCH 2/4] Make it a patch version 3.7.2 --- project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.yml b/project.yml index 1381f4115..7d819a003 100644 --- a/project.yml +++ b/project.yml @@ -101,7 +101,7 @@ targets: com.apple.developer.in-app-payments: [merchant.org.kiwix.apple] # this line is removed for macOS FTP settings: base: - MARKETING_VERSION: "3.8.0" + MARKETING_VERSION: "3.7.2" PRODUCT_BUNDLE_IDENTIFIER: self.Kiwix INFOPLIST_KEY_CFBundleDisplayName: Kiwix INFOPLIST_FILE: Support/Info.plist From befdace2356656bba0c43e6c76cd379ae7035069 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Thu, 23 Jan 2025 00:15:31 +0100 Subject: [PATCH 3/4] Revert project file --- project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.yml b/project.yml index 7d819a003..6ca8cdb0f 100644 --- a/project.yml +++ b/project.yml @@ -13,7 +13,7 @@ settings: base: DEVELOPMENT_TEAM: L7HWM3SP3L GENERATE_INFOPLIST_FILE: YES - CURRENT_PROJECT_VERSION: 205 + CURRENT_PROJECT_VERSION: 204 ENABLE_USER_SCRIPT_SANDBOXING: NO ENABLE_MODULE_VERIFIER: YES MODULE_VERIFIER_SUPPORTED_LANGUAGES: "objective-c objective-c++" @@ -101,7 +101,7 @@ targets: com.apple.developer.in-app-payments: [merchant.org.kiwix.apple] # this line is removed for macOS FTP settings: base: - MARKETING_VERSION: "3.7.2" + MARKETING_VERSION: "3.7.1" PRODUCT_BUNDLE_IDENTIFIER: self.Kiwix INFOPLIST_KEY_CFBundleDisplayName: Kiwix INFOPLIST_FILE: Support/Info.plist From be11aefed7835fbb43ec53c427250146ca2b084d Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Thu, 23 Jan 2025 00:17:07 +0100 Subject: [PATCH 4/4] Revert project file --- project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.yml b/project.yml index 6ca8cdb0f..1381f4115 100644 --- a/project.yml +++ b/project.yml @@ -13,7 +13,7 @@ settings: base: DEVELOPMENT_TEAM: L7HWM3SP3L GENERATE_INFOPLIST_FILE: YES - CURRENT_PROJECT_VERSION: 204 + CURRENT_PROJECT_VERSION: 205 ENABLE_USER_SCRIPT_SANDBOXING: NO ENABLE_MODULE_VERIFIER: YES MODULE_VERIFIER_SUPPORTED_LANGUAGES: "objective-c objective-c++" @@ -101,7 +101,7 @@ targets: com.apple.developer.in-app-payments: [merchant.org.kiwix.apple] # this line is removed for macOS FTP settings: base: - MARKETING_VERSION: "3.7.1" + MARKETING_VERSION: "3.8.0" PRODUCT_BUNDLE_IDENTIFIER: self.Kiwix INFOPLIST_KEY_CFBundleDisplayName: Kiwix INFOPLIST_FILE: Support/Info.plist