Skip to content

Commit

Permalink
ci: skip swift plugin validation for swiftgen
Browse files Browse the repository at this point in the history
  • Loading branch information
dieterplex committed Dec 7, 2023
1 parent 163149f commit 1fbba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Compile
run: |
xcodebuild archive -archivePath "Hamster" -scheme "Hamster" -sdk "iphoneos" -arch arm64 -configuration Release CODE_SIGNING_ALLOWED=NO
xcodebuild archive -archivePath "Hamster" -scheme "Hamster" -sdk "iphoneos" -arch arm64 -configuration Release CODE_SIGNING_ALLOWED=NO -skipPackagePluginValidation
BUILT_PATH=$(find Hamster.xcarchive -name '*.app' -type d | head -1)
find "$BUILT_PATH" -type d -path '*/Frameworks/*.dylib' -exec codesign --force --sign - --timestamp=none \{\} \;
codesign --force --sign - --entitlements "Hamster/Hamster.entitlements" --timestamp=none "$BUILT_PATH"
Expand Down

0 comments on commit 1fbba5e

Please sign in to comment.