From 02df0eead5c2e0846a6b7535f7abf4f566452476 Mon Sep 17 00:00:00 2001 From: Alex Shchukin Date: Thu, 29 Sep 2022 17:30:02 +0200 Subject: [PATCH 1/2] Bump xcode versions for circle ci --- .circleci/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e926449..58af9b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,16 +23,16 @@ commands: - store_test_results: # This will store the test results so you can then see them in the "Test Summary" tab in CircleCI report path: test_output -jobs: - test-xcode12-ios14: +jobs: + test-xcode13-ios15: macos: - xcode: "12.5.0" + xcode: "13.0.0" steps: - test_and_store_results - - test-xcode13-ios15: + + test-xcode14-ios16: macos: - xcode: "13.0.0" + xcode: "14.0.0" steps: - test_and_store_results @@ -40,5 +40,5 @@ workflows: version: 2.1 build-and-test: jobs: - - test-xcode12-ios14 - - test-xcode13-ios15 \ No newline at end of file + - test-xcode13-ios15 + - test-xcode14-ios16 \ No newline at end of file From 4ca7443e3a88d29ddcd829c7c8dbe0307f419942 Mon Sep 17 00:00:00 2001 From: Alex Shchukin Date: Thu, 29 Sep 2022 17:43:19 +0200 Subject: [PATCH 2/2] Update version --- Lift.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lift.xcodeproj/project.pbxproj b/Lift.xcodeproj/project.pbxproj index 55b7584..4e035f0 100644 --- a/Lift.xcodeproj/project.pbxproj +++ b/Lift.xcodeproj/project.pbxproj @@ -420,7 +420,7 @@ INFOPLIST_FILE = Lift/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks @loader_path/../Frameworks @executable_path/../Frameworks"; - MARKETING_VERSION = 2.5.3; + MARKETING_VERSION = 2.5.4; PRODUCT_BUNDLE_IDENTIFIER = com.iZettle.Lift; PRODUCT_NAME = Lift; SKIP_INSTALL = YES; @@ -441,7 +441,7 @@ INFOPLIST_FILE = Lift/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks @loader_path/../Frameworks @executable_path/../Frameworks"; - MARKETING_VERSION = 2.5.3; + MARKETING_VERSION = 2.5.4; PRODUCT_BUNDLE_IDENTIFIER = com.iZettle.Lift; PRODUCT_NAME = Lift; SKIP_INSTALL = YES;