Skip to content

Commit

Permalink
[entitlements] Add entitlements for SpringBoard thanks to @dlevi309
Browse files Browse the repository at this point in the history
  • Loading branch information
leptos-null committed Apr 6, 2024
1 parent 1931220 commit 9483fb3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions entitlements.plist
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>platform-application</key>
<true/>
<key>com.apple.private.security.container-required</key>
<false/>
<key>com.apple.security.system-groups</key>
<array>
<string>systemgroup.com.apple.powerlog</string>
</array>
<key>com.apple.springboard-ui.client</key>
<true/>
<key>platform-application</key>
<true/>
</dict>
</plist>

0 comments on commit 9483fb3

Please sign in to comment.