From e9f11d1dbeef60845cfd057eb88a8f945db831ba Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sat, 25 Mar 2023 17:07:58 +0100 Subject: [PATCH] Attempt beta release --- .beta-build | 2 +- Gemfile.lock | 8 ++++---- Passepartout.xcodeproj/project.pbxproj | 12 ++++++------ Passepartout/App/Info.plist | 2 +- Passepartout/Launcher/Info.plist | 2 +- Passepartout/Mac/Info.plist | 2 +- Passepartout/Tunnel/Info.plist | 2 +- PassepartoutLibrary/Sources/PassepartoutServices/API | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.beta-build b/.beta-build index 7b7b1902..e22d0a1c 100644 --- a/.beta-build +++ b/.beta-build @@ -1 +1 @@ -3438 +3441 diff --git a/Gemfile.lock b/Gemfile.lock index 5f25ecab..b12c19dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,8 +8,8 @@ GEM artifactory (3.0.15) atomos (0.1.3) aws-eventstream (1.2.0) - aws-partitions (1.730.0) - aws-sdk-core (3.170.1) + aws-partitions (1.735.0) + aws-sdk-core (3.171.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.5) @@ -17,7 +17,7 @@ GEM aws-sdk-kms (1.63.0) aws-sdk-core (~> 3, >= 3.165.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.119.1) + aws-sdk-s3 (1.119.2) aws-sdk-core (~> 3, >= 3.165.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.4) @@ -137,7 +137,7 @@ GEM google-cloud-core (~> 1.6) googleauth (>= 0.16.2, < 2.a) mini_mime (~> 1.0) - googleauth (1.3.0) + googleauth (1.5.0) faraday (>= 0.17.3, < 3.a) jwt (>= 1.4, < 3.0) memoist (~> 0.16) diff --git a/Passepartout.xcodeproj/project.pbxproj b/Passepartout.xcodeproj/project.pbxproj index 800fb069..ec911e6a 100644 --- a/Passepartout.xcodeproj/project.pbxproj +++ b/Passepartout.xcodeproj/project.pbxproj @@ -1753,7 +1753,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CURRENT_PROJECT_VERSION = 3438; + CURRENT_PROJECT_VERSION = 3441; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1820,7 +1820,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "Apple Development"; - CURRENT_PROJECT_VERSION = 3438; + CURRENT_PROJECT_VERSION = 3441; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_BITCODE = NO; ENABLE_NS_ASSERTIONS = NO; @@ -1854,7 +1854,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 3438; + CURRENT_PROJECT_VERSION = 3441; DEVELOPMENT_TEAM = DTDYD63ZX9; INFOPLIST_FILE = Passepartout/App/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( @@ -1881,7 +1881,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 3438; + CURRENT_PROJECT_VERSION = 3441; DEVELOPMENT_TEAM = DTDYD63ZX9; INFOPLIST_FILE = Passepartout/App/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( @@ -1974,7 +1974,7 @@ CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 3438; + CURRENT_PROJECT_VERSION = 3441; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = Passepartout/Mac/Info.plist; @@ -2008,7 +2008,7 @@ CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 3438; + CURRENT_PROJECT_VERSION = 3441; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = Passepartout/Mac/Info.plist; diff --git a/Passepartout/App/Info.plist b/Passepartout/App/Info.plist index 3449bc26..55fb4636 100644 --- a/Passepartout/App/Info.plist +++ b/Passepartout/App/Info.plist @@ -34,7 +34,7 @@ CFBundleShortVersionString 2.1.0 CFBundleVersion - 3438 + 3441 ITSAppUsesNonExemptEncryption LSApplicationCategoryType diff --git a/Passepartout/Launcher/Info.plist b/Passepartout/Launcher/Info.plist index 618a58f0..47d23416 100644 --- a/Passepartout/Launcher/Info.plist +++ b/Passepartout/Launcher/Info.plist @@ -5,7 +5,7 @@ CFBundleShortVersionString 2.1.0 CFBundleVersion - 3438 + 3441 LSBackgroundOnly CFBundleIdentifier diff --git a/Passepartout/Mac/Info.plist b/Passepartout/Mac/Info.plist index 314d4571..31a16f2c 100644 --- a/Passepartout/Mac/Info.plist +++ b/Passepartout/Mac/Info.plist @@ -7,7 +7,7 @@ CFBundleShortVersionString 2.1.0 CFBundleVersion - 3438 + 3441 NSPrincipalClass $(PRODUCT_MODULE_NAME).PassepartoutMac com.algoritmico.Passepartout.config diff --git a/Passepartout/Tunnel/Info.plist b/Passepartout/Tunnel/Info.plist index d8b2e60c..697f94d9 100644 --- a/Passepartout/Tunnel/Info.plist +++ b/Passepartout/Tunnel/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 2.1.0 CFBundleVersion - 3438 + 3441 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSExtension diff --git a/PassepartoutLibrary/Sources/PassepartoutServices/API b/PassepartoutLibrary/Sources/PassepartoutServices/API index 68625663..a2ef7929 160000 --- a/PassepartoutLibrary/Sources/PassepartoutServices/API +++ b/PassepartoutLibrary/Sources/PassepartoutServices/API @@ -1 +1 @@ -Subproject commit 68625663f609c767fc45273a0b8d155ed7aa4ae4 +Subproject commit a2ef792999041e84123af8877bae5c9fbe2f262b