Skip to content

Commit

Permalink
Add --entitlements flag to codesign command in build CI job (#1044
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepySquash committed Jun 21, 2024
1 parent 965ff8b commit fb56d44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,9 @@ jobs:
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
# Codesign the application.
codesign --deep --force --verbose --options=runtime \
codesign --deep --force --verbose --options=runtime --timestamp \
--sign "$BUILD_CERTIFICATE_IDENTITY" \
--entitlements macos/Runner/Release.entitlements \
build/macos/Build/Products/Release/*.app
codesign --verify -vvvv build/macos/Build/Products/Release/*.app
env:
Expand Down

0 comments on commit fb56d44

Please sign in to comment.