Skip to content

Commit

Permalink
Fixed entitlement
Browse files Browse the repository at this point in the history
  • Loading branch information
tippesi committed Sep 8, 2024
1 parent 697e2ee commit 832d645
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ jobs:
run: |
cd ${{ github.workspace }}/build/${{ matrix.build-type }}
cmake --install . --config ${{ matrix.build-type }}
{
echo '<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
Expand All @@ -410,7 +411,8 @@ jobs:
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
</dict>
</plist>' >engine.entitlements
</plist>'
} >engine.entitlements
codesign --force --deep -s - --entitlements engine.entitlements AtlasEngineEditor.app
tar -cvf AtlasEngineEditor.tar AtlasEngineEditor.app
cp AtlasEngineEditor.tar ${{ github.workspace }}/bin/${{ matrix.build-type }}/AtlasEngineEditor.tar
Expand Down

0 comments on commit 832d645

Please sign in to comment.