From f879663033d88ccf93775ef35f73bc783b9df65b Mon Sep 17 00:00:00 2001 From: Alex Kh Date: Thu, 7 Jul 2022 17:26:40 +0400 Subject: [PATCH] Applied fix from spamming button issue solution, bumped app version, and build number --- client/fastlane/report.xml | 20 ++++++++++---------- client/ios/app/Info.plist | 2 +- client/macos/networkextension/Info.plist | 2 +- client/version.pri | 2 +- client/versionfull.pri | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/client/fastlane/report.xml b/client/fastlane/report.xml index fdf78867..e0cdc969 100644 --- a/client/fastlane/report.xml +++ b/client/fastlane/report.xml @@ -5,52 +5,52 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/client/ios/app/Info.plist b/client/ios/app/Info.plist index f7a2748c..38aec45e 100644 --- a/client/ios/app/Info.plist +++ b/client/ios/app/Info.plist @@ -25,7 +25,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - $(CURRENT_PROJECT_VERSION) + 2 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/client/macos/networkextension/Info.plist b/client/macos/networkextension/Info.plist index 96d82459..08fc4d0a 100644 --- a/client/macos/networkextension/Info.plist +++ b/client/macos/networkextension/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - $(CURRENT_PROJECT_VERSION) + 2 ITSAppUsesNonExemptEncryption LSMinimumSystemVersion diff --git a/client/version.pri b/client/version.pri index b0c19d57..8e60845c 100644 --- a/client/version.pri +++ b/client/version.pri @@ -1,6 +1,6 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -# current version 2.0.8 +# current version 2.0.10 !defined(VERSION, var):VERSION = 2.0.10 diff --git a/client/versionfull.pri b/client/versionfull.pri index 486ecbbc..5fc93c79 100644 --- a/client/versionfull.pri +++ b/client/versionfull.pri @@ -1,2 +1,2 @@ -# current build 7 -!defined(BUILDVERSION, var):BUILDVERSION = 1 \ No newline at end of file +# current build 1 +!defined(BUILDVERSION, var):BUILDVERSION = 2 \ No newline at end of file