From 6f5702cc5e9c75819b029628fee88c9576f848c9 Mon Sep 17 00:00:00 2001 From: uhooi Date: Wed, 10 Jan 2024 07:37:34 +0900 Subject: [PATCH 1/2] Bump Xcode from 15.0 to 15.2 --- .github/workflows/main.yml | 2 +- Makefile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b051885..71b246f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/Makefile b/Makefile index bee357d2..77ef45e3 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index aaf9ca25..6fa951e8 100644 --- a/README.md +++ b/README.md @@ -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 From b2db93af04b73f7aa3fec86d11d0f465bac09a11 Mon Sep 17 00:00:00 2001 From: uhooi Date: Wed, 10 Jan 2024 07:40:40 +0900 Subject: [PATCH 2/2] Update README.ja.md --- README.ja.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.ja.md b/README.ja.md index b23aeb4e..346c214d 100644 --- a/README.ja.md +++ b/README.ja.md @@ -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