Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/PojavLauncher_iOS
Path: blob/main/entitlements.sideload.xml
589 views
1
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2
<plist version="1.0">
3
<dict>
4
<key>application-identifier</key>
5
<string>net.kdt.pojavlauncher</string>
6
<key>com.apple.private.security.container-required</key>
7
<string>net.kdt.pojavlauncher</string>
8
<key>get-task-allow</key>
9
<true/>
10
11
<key>com.apple.developer.kernel.extended-virtual-addressing</key>
12
<true/>
13
<key>com.apple.developer.kernel.increased-memory-limit</key>
14
<true/>
15
16
<!-- Give ability to change Jetsam task limit by itself -->
17
<key>com.apple.private.memorystatus</key>
18
<true/>
19
20
<!-- Custom entitlement to indicate this was installed with TrollStore, still sandboxed -->
21
<key>com.apple.private.local.sandboxed-jit</key>
22
<true/>
23
</dict>
24
</plist>
25
26