shit...
This commit is contained in:
parent
eb1ff2f1ab
commit
7df372fdfd
18
.github/workflows/build-ipa.yml
vendored
18
.github/workflows/build-ipa.yml
vendored
@ -18,23 +18,7 @@ jobs:
|
|||||||
- name: Setup Xcode
|
- name: Setup Xcode
|
||||||
uses: maxim-lobanov/setup-xcode@v1
|
uses: maxim-lobanov/setup-xcode@v1
|
||||||
with:
|
with:
|
||||||
xcode-version: '15.0'
|
xcode-version: '16.2'
|
||||||
|
|
||||||
- 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 ..
|
|
||||||
|
|
||||||
- name: Build Archive
|
- name: Build Archive
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user