From 8aa61bf5bcf4f4d7dd413b15362f30e2062344a6 Mon Sep 17 00:00:00 2001 From: Alex Kh Date: Wed, 6 Jul 2022 23:17:02 +0400 Subject: [PATCH] Bump version --- client/fastlane/Fastfile | 2 +- client/fastlane/report.xml | 32 +++++++++++++++++++++++++------- client/scripts/xcode_patcher.rb | 2 +- client/version.pri | 2 +- client/versionfull.pri | 2 +- 5 files changed, 29 insertions(+), 11 deletions(-) diff --git a/client/fastlane/Fastfile b/client/fastlane/Fastfile index fda7dfef..0408d5ab 100644 --- a/client/fastlane/Fastfile +++ b/client/fastlane/Fastfile @@ -64,7 +64,7 @@ lane :addToTestFlight do export_options: { provisioningProfiles: { "org.amnezia.AmneziaVPN"=>"match AppStore org.amnezia.AmneziaVPN", - "org.amnezia.AmneziaVPN.network-extension"=>"match AppStore AmneziaVPN networkextension", + "org.amnezia.AmneziaVPN.network-extension"=>"match AppStore org.amnezia.AmneziaVPN.network-extension", } }, output_directory: "fastlane/build/", # Destination directory. Defaults to current directory. diff --git a/client/fastlane/report.xml b/client/fastlane/report.xml index 65f80069..fdf78867 100644 --- a/client/fastlane/report.xml +++ b/client/fastlane/report.xml @@ -5,34 +5,52 @@ - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + diff --git a/client/scripts/xcode_patcher.rb b/client/scripts/xcode_patcher.rb index 5dccb554..983ec0c7 100644 --- a/client/scripts/xcode_patcher.rb +++ b/client/scripts/xcode_patcher.rb @@ -104,7 +104,7 @@ class XCodeprojPatcher config.build_settings['ENABLE_BITCODE'] ||= 'NO' if platform == 'ios' config.build_settings['SDKROOT'] = 'iphoneos' if platform == 'ios' config.build_settings['SWIFT_PRECOMPILE_BRIDGING_HEADER'] = 'NO' if platform == 'ios' - config.build_settings['PATH'] = '${PATH}:/usr/local/go/bin' + config.build_settings['PATH'] = '${PATH}:/usr/local/go/bin:/usr/local/bin:/opt/homebrew/bin' groupId = ""; if (platform == 'macos') diff --git a/client/version.pri b/client/version.pri index e349c3fa..b0c19d57 100644 --- a/client/version.pri +++ b/client/version.pri @@ -3,4 +3,4 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # current version 2.0.8 -!defined(VERSION, var):VERSION = 2.0.8 +!defined(VERSION, var):VERSION = 2.0.10 diff --git a/client/versionfull.pri b/client/versionfull.pri index eb9fb50a..486ecbbc 100644 --- a/client/versionfull.pri +++ b/client/versionfull.pri @@ -1,2 +1,2 @@ # current build 7 -!defined(BUILDVERSION, var):BUILDVERSION = 10 \ No newline at end of file +!defined(BUILDVERSION, var):BUILDVERSION = 1 \ No newline at end of file