From 7b5de6b19ede2a9d196d8c638c12b72448583b43 Mon Sep 17 00:00:00 2001 From: hehehaha Date: Wed, 16 Nov 2022 17:25:32 +0545 Subject: [PATCH] version upgrade --- GME Remit.xcodeproj/project.pbxproj | 4 ++-- GME Remit/Utilities/MultiMediaManager.swift | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/GME Remit.xcodeproj/project.pbxproj b/GME Remit.xcodeproj/project.pbxproj index e5cf35db..fa46617b 100644 --- a/GME Remit.xcodeproj/project.pbxproj +++ b/GME Remit.xcodeproj/project.pbxproj @@ -8170,7 +8170,7 @@ "$(inherited)", "$(PROJECT_DIR)/GME\\ Remit/ThirdParty/virtualKeyboard/mtk_module", ); - MARKETING_VERSION = 1.4.0; + MARKETING_VERSION = 1.4.1; "OTHER_CODE_SIGN_FLAGS[sdk=*]" = "--generate-entitlement-der"; OTHER_LDFLAGS = ( "$(OTHER_LDFLAGS)", @@ -8211,7 +8211,7 @@ "$(inherited)", "$(PROJECT_DIR)/GME\\ Remit/ThirdParty/virtualKeyboard/mtk_module", ); - MARKETING_VERSION = 1.4.0; + MARKETING_VERSION = 1.4.1; OTHER_LDFLAGS = ( "$(OTHER_LDFLAGS)", "-ObjC", diff --git a/GME Remit/Utilities/MultiMediaManager.swift b/GME Remit/Utilities/MultiMediaManager.swift index 6bc37779..21c86da0 100644 --- a/GME Remit/Utilities/MultiMediaManager.swift +++ b/GME Remit/Utilities/MultiMediaManager.swift @@ -117,7 +117,10 @@ class MultiMediaManager: NSObject { // } if counter == 1 { - self.presentViewController(viewController: self.imagePicker, animated: true, completion: nil) + self.presentViewController(viewController: self.imagePicker, animated: true) { + self.counter = 0 + } +// self.presentViewController(viewController: self.imagePicker, animated: true, completion: nil) } // }