Skip to content

Commit

Permalink
xcode entitlement: com.apple.developer.user-fonts #1004
Browse files Browse the repository at this point in the history
  • Loading branch information
bummoblizard committed Jan 29, 2024
1 parent fb27dcb commit fe99b91
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Code App.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.kernel.increased-memory-limit</key>
<true/>
<key>com.apple.developer.user-fonts</key>
<array>
<string>app-usage</string>
</array>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
Expand All @@ -10,7 +16,5 @@
</array>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.developer.kernel.increased-memory-limit</key>
<true/>
</dict>
</plist>

0 comments on commit fe99b91

Please sign in to comment.