GHA: first attempt at factoring out osx distro sign/notarize

This commit is contained in:
aboyko
2023-07-19 12:16:50 -04:00
parent e498362c34
commit 728c2040dd
4 changed files with 125 additions and 4 deletions

18
.github/assets/entitlements.plist vendored Normal file
View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-executable-page-protection</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.debugger</key>
<true/>
</dict>
</plist>

BIN
.github/assets/sts4.icns vendored Normal file

Binary file not shown.