forked from PojavLauncherTeam/PojavLauncher_iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
entitlements.trollstore.xml
48 lines (43 loc) · 1.73 KB
/
entitlements.trollstore.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>application-identifier</key>
<string>net.kdt.pojavlauncher</string>
<key>get-task-allow</key>
<true/>
<key>com.apple.developer.kernel.extended-virtual-addressing</key>
<true/>
<key>com.apple.developer.kernel.increased-memory-limit</key>
<true/>
<!-- iOS may treat PojavLauncher as system app (if previously installed before under Debian package), which requires these entitlement -->
<key>com.apple.private.mobileinstall.upgrade-enabled</key>
<true/>
<!-- Give ability to change Jetsam task limit by itself -->
<key>com.apple.private.memorystatus</key>
<true/>
<!-- Disable sandbox so that PojavLauncher can enable JIT by itself -->
<key>com.apple.private.security.no-sandbox</key>
<true/>
<!-- The following entitlements are required if sandbox is disabled -->
<key>com.apple.private.security.storage.AppDataContainers</key>
<true/>
<key>com.apple.private.security.storage.MobileDocuments</key>
<true/>
<key>com.apple.security.iokit-user-client-class</key>
<array>
<string>IOSurfaceRootUserClient</string>
<string>AGXDeviceUserClient</string>
<string>AGXSharedUserClient</string>
<string>AGXCommandQueue</string>
<string>AGXDevice</string>
</array>
<key>com.apple.security.exception.mach-lookup.global-name</key>
<array>
<string>com.apple.nsurlsessiond</string>
<string>com.apple.nsurlsessiond.NSURLSessionProxyService</string>
<string>com.apple.nsurlstorage-cache</string>
</array>
<key>platform-application</key>
<true/>
</dict>
</plist>