Skip to content

Commit

Permalink
Bump Xcode from 15.0 to 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
uhooi committed Jan 9, 2024
1 parent 13bea29 commit 6f5702c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:
contents: read

env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app
DEVELOPER_DIR: /Applications/Xcode_15.2.app
MINT_PATH: .mint/lib
MINT_LINK_PATH: .mint/bin

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TEST_SDK := iphonesimulator
TEST_CONFIGURATION := Debug
TEST_PLATFORM := iOS Simulator
TEST_DEVICE ?= iPhone 15 Pro Max
TEST_OS ?= 17.0
TEST_OS ?= 17.2
TEST_DESTINATION := 'platform=${TEST_PLATFORM},name=${TEST_DEVICE},OS=${TEST_OS}'

DEVELOP_PROJECT_NAME := Develop
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You can develop this project.
### Environment

- macOS 13.5+
- Xcode 15.0 (Swift 5.9)
- Xcode 15.2 (Swift 5.9.2)
- Mint
- Make

Expand Down

0 comments on commit 6f5702c

Please sign in to comment.