fix: Improve macOS support

This commit is contained in:
LukeGus
2025-10-19 16:05:13 -05:00
parent 063f12b043
commit 989fea60e4
2 changed files with 12 additions and 0 deletions

View File

@@ -6,6 +6,10 @@
<true/>
<key>com.apple.security.inherit</key>
<true/>
<key>com.apple.application-identifier</key>
<string>2CPC5YZYFN.com.karmaa.termix</string>
<key>com.apple.developer.team-identifier</key>
<string>2CPC5YZYFN</string>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>

View File

@@ -4,6 +4,14 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>2CPC5YZYFN.com.karmaa.termix</string>
</array>
<key>com.apple.application-identifier</key>
<string>2CPC5YZYFN.com.karmaa.termix</string>
<key>com.apple.developer.team-identifier</key>
<string>2CPC5YZYFN</string>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>