Skip to content

Commit

Permalink
build.yml debug fakesign step
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <[email protected]>
  • Loading branch information
JoeMatt committed Dec 29, 2024
1 parent 3a03ed7 commit 6f87a20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ jobs:
- name: Fakesign app
if: ${{ matrix.target != 'Provenance-Catalyst' }}
run: |
ldid -S"Provenance/Provenance-AppStore.entitlements" "archive.xcarchive/Products/Applications/${{ matrix.APP_NAME }}.app/${{ matrix.APP_NAME }}"
echo "Checking entitlements file..."
ls -la "Provenance/"
echo "Checking app binary..."
ls -la "archive.xcarchive/Products/Applications/${{ matrix.APP_NAME }}.app/"
ldid -S"Provenance/Provenance-AppStore.entitlements" "archive.xcarchive/Products/Applications/${{ matrix.APP_NAME }}.app/${{ matrix.APP_NAME }}" || echo "::warning::Fakesign failed but continuing build"
- name: Convert to IPA
if: ${{ matrix.target != 'Provenance-Catalyst' }}
Expand Down

0 comments on commit 6f87a20

Please sign in to comment.