Skip to content

Commit ff82c45

Browse files
committed
[gha] Add missing entitlements.plist for macOS signing
1 parent 46bb681 commit ff82c45

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/entitlements.plist

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.security.app-sandbox</key>
6+
<false/>
7+
</dict>
8+
</plist>
9+

0 commit comments

Comments
 (0)