Put back Package.resolved, have CI remove it (#49)

* Remove swift resolved packages from git ignore

* Add Package.resolved to

* Have CI remove Package.resolved
This commit is contained in:
JJTech
2022-06-23 11:47:01 -04:00
committed by GitHub
parent d0fe64ecfa
commit 79913a0c9c
3 changed files with 88 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ jobs:
- name: Build SideStore
run: |
rm -rf ~/Library/Developer/Xcode/DerivedData/
rm ./AltStore.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
xcodebuild -project AltStore.xcodeproj -scheme AltStore -sdk iphoneos archive -archivePath ./archive CODE_SIGNING_REQUIRED=NO AD_HOC_CODE_SIGNING_ALLOWED=YES CODE_SIGNING_ALLOWED=NO | xcpretty && exit ${PIPESTATUS[0]}
- name: Convert to IPA
run: |