From 7df372fdfd723c678ef865620d1f1c042b71aaac Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Thu, 7 Aug 2025 00:18:53 +0300 Subject: [PATCH] shit... --- .github/workflows/build-ipa.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/build-ipa.yml b/.github/workflows/build-ipa.yml index ac1f3bf..f0851b9 100644 --- a/.github/workflows/build-ipa.yml +++ b/.github/workflows/build-ipa.yml @@ -18,23 +18,7 @@ jobs: - name: Setup Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.0' - - - name: List Files - run: | - ls -la - find . -name "*.xcodeproj" -type d - - - name: Clean Project - run: | - rm -rf ~/Library/Developer/Xcode/DerivedData - xcodebuild clean -project MobileMkch.xcodeproj -scheme MobileMkch - - - name: Fix Project - run: | - cd MobileMkch.xcodeproj - find . -name "*.pbxproj" -exec sed -i '' 's/isa = ".*";/isa = "PBXFileReference";/g' {} \; - cd .. + xcode-version: '16.2' - name: Build Archive run: |