Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Xcode 15.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Jul 16, 2024
1 parent 6a1960d commit e959232
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Install targets
run: make targets-ios

- name: Set Xcode 15.2
run: sudo xcode-select -switch /Applications/Xcode_15.2.app
- name: Set Xcode 15.4
run: sudo xcode-select -switch /Applications/Xcode_15.4.app

- name: Build framework & bindings
run: make ios
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Install targets
run: make targets-ios

- name: Set Xcode 15.2
run: sudo xcode-select -switch /Applications/Xcode_15.2.app
- name: Set Xcode 15.4
run: sudo xcode-select -switch /Applications/Xcode_15.4.app

- name: Set SwiftPM Repo credentials
uses: de-vri-es/setup-git-credentials@v2
Expand Down
2 changes: 1 addition & 1 deletion platforms/ios/example/ios-test-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xcodebuild \
-project Wysiwyg.xcodeproj \
-scheme WysiwygComposerTests \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2' \
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5' \
-derivedDataPath ./DerivedData \
-resultBundlePath tests.xcresult \
-enableCodeCoverage YES \
Expand Down
2 changes: 1 addition & 1 deletion platforms/ios/example/ios-ui-test-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xcodebuild \
-project Wysiwyg.xcodeproj \
-scheme Wysiwyg \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2' \
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5' \
-derivedDataPath ./DerivedData \
-resultBundlePath ui-tests.xcresult \
-enableCodeCoverage YES \
Expand Down

0 comments on commit e959232

Please sign in to comment.