Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #43 from iZettle/bump-xcode-versions
Browse files Browse the repository at this point in the history
Bump xcode versions for circle ci
  • Loading branch information
shchukin-alex authored Sep 30, 2022
2 parents 4e7d59d + 4ca7443 commit 7832047
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ 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

workflows:
version: 2.1
build-and-test:
jobs:
- test-xcode12-ios14
- test-xcode13-ios15
- test-xcode13-ios15
- test-xcode14-ios16
4 changes: 2 additions & 2 deletions Lift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 7832047

Please sign in to comment.