From b8de3a23865ed438cd8c47cb0e465bf7d86af3bc Mon Sep 17 00:00:00 2001 From: Swen van Zanten Date: Fri, 18 Dec 2020 01:08:06 +0100 Subject: [PATCH] release 1.6.0 --- VergeiOS.xcodeproj/project.pbxproj | 8 ++++---- VergeiOS/Controllers/Send/SendViewController.swift | 9 +++++++-- VergeiOS/Info.plist | 1 - VergeiOS/VergeiOS.entitlements | 1 - 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/VergeiOS.xcodeproj/project.pbxproj b/VergeiOS.xcodeproj/project.pbxproj index 266138a..754f2ea 100644 --- a/VergeiOS.xcodeproj/project.pbxproj +++ b/VergeiOS.xcodeproj/project.pbxproj @@ -2786,8 +2786,8 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - CF_BUNDLE_BUILD_VERSION_STRING = 202006190001; - CF_BUNDLE_SHORT_VERSION_STRING = 1.5.1; + CF_BUNDLE_BUILD_VERSION_STRING = 202012140001; + CF_BUNDLE_SHORT_VERSION_STRING = 1.6.0; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -2852,8 +2852,8 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - CF_BUNDLE_BUILD_VERSION_STRING = 202006190001; - CF_BUNDLE_SHORT_VERSION_STRING = 1.5.1; + CF_BUNDLE_BUILD_VERSION_STRING = 202012140001; + CF_BUNDLE_SHORT_VERSION_STRING = 1.6.0; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; diff --git a/VergeiOS/Controllers/Send/SendViewController.swift b/VergeiOS/Controllers/Send/SendViewController.swift index e574c4b..1d45f6a 100644 --- a/VergeiOS/Controllers/Send/SendViewController.swift +++ b/VergeiOS/Controllers/Send/SendViewController.swift @@ -650,7 +650,9 @@ extension SendViewController: SendTransactionDelegate { // MARK: - Send Transaction Delegate func didChangeSendTransaction(_ transaction: WalletTransactionFactory) { - self.present(self.loadingAlert, animated: true) + if !self.loadingAlert.isBeingPresented { + self.present(self.loadingAlert, animated: true) + } self.txFactory.address = transaction.address self.txFactory.memo = transaction.memo @@ -671,7 +673,10 @@ extension SendViewController: SendTransactionDelegate { extension SendViewController: CurrencyDelegate { func didSelectCurrency(currency: String, sender: Any?) { - self.present(self.loadingAlert, animated: true) + if !self.loadingAlert.isBeingPresented { + self.present(self.loadingAlert, animated: true) + } + self.txFactory.currency = .FIAT self.txFactory.setBy(fiatCurrency: currency).then { _ in diff --git a/VergeiOS/Info.plist b/VergeiOS/Info.plist index 4f786ff..c6fa73d 100644 --- a/VergeiOS/Info.plist +++ b/VergeiOS/Info.plist @@ -137,7 +137,6 @@ UIRequiredDeviceCapabilities armv7 - nfc UIStatusBarStyle UIStatusBarStyleLightContent diff --git a/VergeiOS/VergeiOS.entitlements b/VergeiOS/VergeiOS.entitlements index 0983187..ea73c9d 100644 --- a/VergeiOS/VergeiOS.entitlements +++ b/VergeiOS/VergeiOS.entitlements @@ -10,7 +10,6 @@ com.apple.developer.nfc.readersession.formats - NDEF TAG com.apple.developer.siri