Skip to content

Commit

Permalink
Merge pull request #378 from uhooi/feature/bump_xcode_from_15.0_to_15.2
Browse files Browse the repository at this point in the history
Bump Xcode from 15.0 to 15.2
  • Loading branch information
uhooi authored Feb 5, 2024
2 parents 13bea29 + b2db93a commit 7a43006
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ UhooiPicBook-iOSは、ウホーイのiOS用キャラクター図鑑です。
### 必要条件

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

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 7a43006

Please sign in to comment.