From d49f81c4a4a6b2afdef371ec1811dbb610505923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= Date: Sun, 21 Sep 2025 23:04:29 +0900 Subject: [PATCH 1/8] =?UTF-8?q?[fix]=20#205=20=EC=9B=8C=ED=81=AC=ED=94=8C?= =?UTF-8?q?=EB=A1=9C=EC=9A=B0=20=ED=99=98=EA=B2=BD=20=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/appstore_release.yml | 15 ++++++++++++++- .github/workflows/build_test.yml | 15 ++++++++++++++- .github/workflows/develop_hotfix.yml | 13 +++++++++++++ .github/workflows/release_update.yml | 7 ++++++- .github/workflows/testflight_release.yml | 15 ++++++++++++++- 5 files changed, 61 insertions(+), 4 deletions(-) diff --git a/.github/workflows/appstore_release.yml b/.github/workflows/appstore_release.yml index 0f63aeb7..dcbd8880 100644 --- a/.github/workflows/appstore_release.yml +++ b/.github/workflows/appstore_release.yml @@ -15,10 +15,23 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.2' + bundler-cache: true + - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '16.1' + xcode-version: latest-stable + + - name: Init Xcode + run: | + sudo xcode-select -s "$(xcode-select -p)" + sudo xcodebuild -runFirstLaunch + sudo xcodebuild -license accept + xcodebuild -version + xcodebuild -showsdks - uses: shimataro/ssh-key-action@v2 with: diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index f7b026c3..4486d2d3 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -17,10 +17,23 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.2' + bundler-cache: true + - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '16.1' + xcode-version: latest-stable + + - name: Init Xcode + run: | + sudo xcode-select -s "$(xcode-select -p)" + sudo xcodebuild -runFirstLaunch + sudo xcodebuild -license accept + xcodebuild -version + xcodebuild -showsdks - uses: shimataro/ssh-key-action@v2 with: diff --git a/.github/workflows/develop_hotfix.yml b/.github/workflows/develop_hotfix.yml index 01172def..ba4a2729 100644 --- a/.github/workflows/develop_hotfix.yml +++ b/.github/workflows/develop_hotfix.yml @@ -17,11 +17,24 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.2' + bundler-cache: true + - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: latest-stable + - name: Init Xcode + run: | + sudo xcode-select -s "$(xcode-select -p)" + sudo xcodebuild -runFirstLaunch + sudo xcodebuild -license accept + xcodebuild -version + xcodebuild -showsdks + - uses: shimataro/ssh-key-action@v2 with: key: ${{ secrets.SSH_KEY }} diff --git a/.github/workflows/release_update.yml b/.github/workflows/release_update.yml index 8104f099..77d3f563 100644 --- a/.github/workflows/release_update.yml +++ b/.github/workflows/release_update.yml @@ -18,8 +18,13 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.2' + bundler-cache: true + - name: Install GitHub CLI - run: sudo apt-get install gh + run: brew install gh - name: Update Release env: diff --git a/.github/workflows/testflight_release.yml b/.github/workflows/testflight_release.yml index 6b7a0b6f..9c18aa02 100644 --- a/.github/workflows/testflight_release.yml +++ b/.github/workflows/testflight_release.yml @@ -20,10 +20,23 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.2' + bundler-cache: true + - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '16.1' + xcode-version: latest-stable + + - name: Init Xcode + run: | + sudo xcode-select -s "$(xcode-select -p)" + sudo xcodebuild -runFirstLaunch + sudo xcodebuild -license accept + xcodebuild -version + xcodebuild -showsdks - uses: shimataro/ssh-key-action@v2 with: From 765e31f57faa36cdc95a892cb24c96d6f211efcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= Date: Sun, 21 Sep 2025 23:15:48 +0900 Subject: [PATCH 2/8] =?UTF-8?q?[fix]=20#205=20fastlane=20=EC=84=A4?= =?UTF-8?q?=EC=B9=98=20=EC=BB=A4=EB=A7=A8=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/appstore_release.yml | 3 +++ .github/workflows/build_test.yml | 3 +++ .github/workflows/develop_hotfix.yml | 3 +++ .github/workflows/release_update.yml | 3 +++ .github/workflows/testflight_release.yml | 3 +++ 5 files changed, 15 insertions(+) diff --git a/.github/workflows/appstore_release.yml b/.github/workflows/appstore_release.yml index dcbd8880..07c8f5d7 100644 --- a/.github/workflows/appstore_release.yml +++ b/.github/workflows/appstore_release.yml @@ -20,6 +20,9 @@ jobs: ruby-version: '3.2' bundler-cache: true + - name: Install Fastlane + run: gem install fastlane -N + - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 4486d2d3..e33da7f3 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -22,6 +22,9 @@ jobs: ruby-version: '3.2' bundler-cache: true + - name: Install Fastlane + run: gem install fastlane -N + - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: diff --git a/.github/workflows/develop_hotfix.yml b/.github/workflows/develop_hotfix.yml index ba4a2729..f4c30320 100644 --- a/.github/workflows/develop_hotfix.yml +++ b/.github/workflows/develop_hotfix.yml @@ -22,6 +22,9 @@ jobs: ruby-version: '3.2' bundler-cache: true + - name: Install Fastlane + run: gem install fastlane -N + - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: diff --git a/.github/workflows/release_update.yml b/.github/workflows/release_update.yml index 77d3f563..e54d08a6 100644 --- a/.github/workflows/release_update.yml +++ b/.github/workflows/release_update.yml @@ -23,6 +23,9 @@ jobs: ruby-version: '3.2' bundler-cache: true + - name: Install Fastlane + run: gem install fastlane -N + - name: Install GitHub CLI run: brew install gh diff --git a/.github/workflows/testflight_release.yml b/.github/workflows/testflight_release.yml index 9c18aa02..07815561 100644 --- a/.github/workflows/testflight_release.yml +++ b/.github/workflows/testflight_release.yml @@ -25,6 +25,9 @@ jobs: ruby-version: '3.2' bundler-cache: true + - name: Install Fastlane + run: gem install fastlane -N + - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: From 84b6d597dec0a824c245c22c446389b245cc8985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= Date: Mon, 22 Sep 2025 23:02:28 +0900 Subject: [PATCH 3/8] =?UTF-8?q?Revert=20"[fix]=20#205=20fastlane=20?= =?UTF-8?q?=EC=84=A4=EC=B9=98=20=EC=BB=A4=EB=A7=A8=EB=93=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 765e31f57faa36cdc95a892cb24c96d6f211efcc. --- .github/workflows/appstore_release.yml | 3 --- .github/workflows/build_test.yml | 3 --- .github/workflows/develop_hotfix.yml | 3 --- .github/workflows/release_update.yml | 3 --- .github/workflows/testflight_release.yml | 3 --- 5 files changed, 15 deletions(-) diff --git a/.github/workflows/appstore_release.yml b/.github/workflows/appstore_release.yml index 07c8f5d7..dcbd8880 100644 --- a/.github/workflows/appstore_release.yml +++ b/.github/workflows/appstore_release.yml @@ -20,9 +20,6 @@ jobs: ruby-version: '3.2' bundler-cache: true - - name: Install Fastlane - run: gem install fastlane -N - - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index e33da7f3..4486d2d3 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -22,9 +22,6 @@ jobs: ruby-version: '3.2' bundler-cache: true - - name: Install Fastlane - run: gem install fastlane -N - - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: diff --git a/.github/workflows/develop_hotfix.yml b/.github/workflows/develop_hotfix.yml index f4c30320..ba4a2729 100644 --- a/.github/workflows/develop_hotfix.yml +++ b/.github/workflows/develop_hotfix.yml @@ -22,9 +22,6 @@ jobs: ruby-version: '3.2' bundler-cache: true - - name: Install Fastlane - run: gem install fastlane -N - - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: diff --git a/.github/workflows/release_update.yml b/.github/workflows/release_update.yml index e54d08a6..77d3f563 100644 --- a/.github/workflows/release_update.yml +++ b/.github/workflows/release_update.yml @@ -23,9 +23,6 @@ jobs: ruby-version: '3.2' bundler-cache: true - - name: Install Fastlane - run: gem install fastlane -N - - name: Install GitHub CLI run: brew install gh diff --git a/.github/workflows/testflight_release.yml b/.github/workflows/testflight_release.yml index 07815561..9c18aa02 100644 --- a/.github/workflows/testflight_release.yml +++ b/.github/workflows/testflight_release.yml @@ -25,9 +25,6 @@ jobs: ruby-version: '3.2' bundler-cache: true - - name: Install Fastlane - run: gem install fastlane -N - - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: From c683dfc15a40e01c2f7e4fb0bc75828f18616d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= Date: Mon, 22 Sep 2025 23:02:40 +0900 Subject: [PATCH 4/8] =?UTF-8?q?Revert=20"[fix]=20#205=20=EC=9B=8C=ED=81=AC?= =?UTF-8?q?=ED=94=8C=EB=A1=9C=EC=9A=B0=20=ED=99=98=EA=B2=BD=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=20=EC=88=98=EC=A0=95"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d49f81c4a4a6b2afdef371ec1811dbb610505923. --- .github/workflows/appstore_release.yml | 15 +-------------- .github/workflows/build_test.yml | 15 +-------------- .github/workflows/develop_hotfix.yml | 13 ------------- .github/workflows/release_update.yml | 7 +------ .github/workflows/testflight_release.yml | 15 +-------------- 5 files changed, 4 insertions(+), 61 deletions(-) diff --git a/.github/workflows/appstore_release.yml b/.github/workflows/appstore_release.yml index dcbd8880..0f63aeb7 100644 --- a/.github/workflows/appstore_release.yml +++ b/.github/workflows/appstore_release.yml @@ -15,23 +15,10 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@v1 - with: - ruby-version: '3.2' - bundler-cache: true - - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable - - - name: Init Xcode - run: | - sudo xcode-select -s "$(xcode-select -p)" - sudo xcodebuild -runFirstLaunch - sudo xcodebuild -license accept - xcodebuild -version - xcodebuild -showsdks + xcode-version: '16.1' - uses: shimataro/ssh-key-action@v2 with: diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 4486d2d3..f7b026c3 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -17,23 +17,10 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@v1 - with: - ruby-version: '3.2' - bundler-cache: true - - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable - - - name: Init Xcode - run: | - sudo xcode-select -s "$(xcode-select -p)" - sudo xcodebuild -runFirstLaunch - sudo xcodebuild -license accept - xcodebuild -version - xcodebuild -showsdks + xcode-version: '16.1' - uses: shimataro/ssh-key-action@v2 with: diff --git a/.github/workflows/develop_hotfix.yml b/.github/workflows/develop_hotfix.yml index ba4a2729..01172def 100644 --- a/.github/workflows/develop_hotfix.yml +++ b/.github/workflows/develop_hotfix.yml @@ -17,24 +17,11 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@v1 - with: - ruby-version: '3.2' - bundler-cache: true - - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: latest-stable - - name: Init Xcode - run: | - sudo xcode-select -s "$(xcode-select -p)" - sudo xcodebuild -runFirstLaunch - sudo xcodebuild -license accept - xcodebuild -version - xcodebuild -showsdks - - uses: shimataro/ssh-key-action@v2 with: key: ${{ secrets.SSH_KEY }} diff --git a/.github/workflows/release_update.yml b/.github/workflows/release_update.yml index 77d3f563..8104f099 100644 --- a/.github/workflows/release_update.yml +++ b/.github/workflows/release_update.yml @@ -18,13 +18,8 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@v1 - with: - ruby-version: '3.2' - bundler-cache: true - - name: Install GitHub CLI - run: brew install gh + run: sudo apt-get install gh - name: Update Release env: diff --git a/.github/workflows/testflight_release.yml b/.github/workflows/testflight_release.yml index 9c18aa02..6b7a0b6f 100644 --- a/.github/workflows/testflight_release.yml +++ b/.github/workflows/testflight_release.yml @@ -20,23 +20,10 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@v1 - with: - ruby-version: '3.2' - bundler-cache: true - - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable - - - name: Init Xcode - run: | - sudo xcode-select -s "$(xcode-select -p)" - sudo xcodebuild -runFirstLaunch - sudo xcodebuild -license accept - xcodebuild -version - xcodebuild -showsdks + xcode-version: '16.1' - uses: shimataro/ssh-key-action@v2 with: From d66ec2a30c503be44b1ace5124ae368d28480949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= Date: Mon, 22 Sep 2025 23:06:01 +0900 Subject: [PATCH 5/8] =?UTF-8?q?[fix]=20#206=20=EB=B9=8C=EB=93=9C=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=20xcode=20=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index f7b026c3..d27957cc 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '16.1' + xcode-version: latest-stable - uses: shimataro/ssh-key-action@v2 with: From a0deb0703db176da76aedc5d837d0f57edba68d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= Date: Mon, 22 Sep 2025 23:16:59 +0900 Subject: [PATCH 6/8] =?UTF-8?q?[fix]=20#206=20=EB=A7=A5os=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=20=EB=AA=85=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index d27957cc..e7a6fb32 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: macos-26 steps: - uses: actions/checkout@v4 From 81b991dd5cc5d4a5d79c5df21bec1ed454d4b94f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= Date: Mon, 22 Sep 2025 23:19:11 +0900 Subject: [PATCH 7/8] =?UTF-8?q?[fix]=20#206=20Fastfile=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastlane/Fastfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 04ed08e4..164214f1 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -41,7 +41,6 @@ platform :ios do workspace: "Pokit.xcworkspace", scheme: "App", configuration: "Debug", - destination: "platform=iOS Simulator,name=iPhone 15,OS=17.5", export_method: "development", export_options: { provisioningProfiles: { @@ -73,7 +72,6 @@ platform :ios do workspace: "Pokit.xcworkspace", scheme: "App", configuration: "Release", - destination: "generic/platform=iOS", export_method: "app-store", export_options: { provisioningProfiles: { From 754ad1c8b74ff1c2fb82cb6015d8ca34d14bee40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= Date: Mon, 22 Sep 2025 23:28:30 +0900 Subject: [PATCH 8/8] =?UTF-8?q?[fix]=20#206=20=EC=9B=8C=ED=81=AC=ED=94=8C?= =?UTF-8?q?=EB=A1=9C=EC=9A=B0=20=ED=99=98=EA=B2=BD=20macos=2026,=20xcode?= =?UTF-8?q?=20latest=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/appstore_release.yml | 4 ++-- .github/workflows/develop_hotfix.yml | 2 +- .github/workflows/testflight_release.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/appstore_release.yml b/.github/workflows/appstore_release.yml index 0f63aeb7..86232d01 100644 --- a/.github/workflows/appstore_release.yml +++ b/.github/workflows/appstore_release.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: macos-26 steps: - uses: actions/checkout@v4 @@ -18,7 +18,7 @@ jobs: - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '16.1' + xcode-version: latest-stable - uses: shimataro/ssh-key-action@v2 with: diff --git a/.github/workflows/develop_hotfix.yml b/.github/workflows/develop_hotfix.yml index 01172def..8a0ef29f 100644 --- a/.github/workflows/develop_hotfix.yml +++ b/.github/workflows/develop_hotfix.yml @@ -12,7 +12,7 @@ on: jobs: build: if: startsWith(github.event.head_commit.message, '[hotfix]') - runs-on: macos-latest + runs-on: macos-26 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/testflight_release.yml b/.github/workflows/testflight_release.yml index 6b7a0b6f..f8aebfd3 100644 --- a/.github/workflows/testflight_release.yml +++ b/.github/workflows/testflight_release.yml @@ -15,7 +15,7 @@ on: jobs: build: if: ${{ github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true }} - runs-on: macos-latest + runs-on: macos-26 steps: - uses: actions/checkout@v4 @@ -23,7 +23,7 @@ jobs: - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '16.1' + xcode-version: latest-stable - uses: shimataro/ssh-key-action@v2 with: