build: fix mas build 2 remove entitlements not needed anymore

This commit is contained in:
Johannes Millan 2025-11-15 10:29:57 +01:00
parent 5023261df5
commit bb6637d5be
3 changed files with 0 additions and 16 deletions

View file

@ -31,5 +31,3 @@ mas:
entitlements: build/entitlements.mas.plist entitlements: build/entitlements.mas.plist
entitlementsInherit: build/entitlements.mas.inherit.plist entitlementsInherit: build/entitlements.mas.inherit.plist
provisioningProfile: embedded.provisionprofile provisioningProfile: embedded.provisionprofile
extendInfo:
ITSAppUsesNonExemptEncryption: false

View file

@ -6,11 +6,5 @@
<true/> <true/>
<key>com.apple.security.inherit</key> <key>com.apple.security.inherit</key>
<true/> <true/>
<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.allow-dyld-environment-variables</key>
<true/>
</dict> </dict>
</plist> </plist>

View file

@ -6,15 +6,7 @@
<true/> <true/>
<key>com.apple.security.network.client</key> <key>com.apple.security.network.client</key>
<true/> <true/>
<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.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key> <key>com.apple.security.files.user-selected.read-write</key>
<true/> <true/>
<key>com.apple.security.files.bookmarks.app-scope</key>
<true/>
</dict> </dict>
</plist> </plist>