Skip to content

Commit

Permalink
Upgrade Xcode and simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Nov 13, 2023
1 parent 665f48f commit f8f85ec
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/test_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -eo pipefail

xcodebuild -workspace swdestiny-trades.xcworkspace \
-scheme SWDestinyTrades \
-destination platform=iOS\ Simulator,OS=16.4,name=iPhone\ 14 \
-destination platform=iOS\ Simulator,OS=17.0,name=iPhone\ 15 Pro \
-enableCodeCoverage YES \
clean test | xcpretty
4 changes: 2 additions & 2 deletions .github/workflows/Testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v3

- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1.5.1
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: 14.3.1
xcode-version: 15.0.1

- name: Install Mint
run: |
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...trollerSnapshotTests/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...ntrollerSnapshotTests/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...aphViewControllerTests/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...DeckGraphViewControllerTests/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...sListViewControllerTests/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f8f85ec

Please sign in to comment.