Path: blob/main/entitlements.trollstore.xml
589 views
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">1<plist version="1.0">2<dict>3<key>application-identifier</key>4<string>net.kdt.pojavlauncher</string>5<key>get-task-allow</key>6<true/>78<key>com.apple.developer.kernel.extended-virtual-addressing</key>9<true/>10<key>com.apple.developer.kernel.increased-memory-limit</key>11<true/>1213<!-- iOS may treat PojavLauncher as system app (if previously installed before under Debian package), which requires these entitlement -->14<key>com.apple.private.mobileinstall.upgrade-enabled</key>15<true/>1617<!-- Give ability to change Jetsam task limit by itself -->18<key>com.apple.private.memorystatus</key>19<true/>2021<!-- Disable sandbox so that PojavLauncher can enable JIT by itself -->22<key>com.apple.private.security.no-sandbox</key>23<true/>2425<!-- The following entitlements are required if sandbox is disabled -->26<key>com.apple.private.security.storage.AppDataContainers</key>27<true/>28<key>com.apple.private.security.storage.MobileDocuments</key>29<true/>30<key>com.apple.security.iokit-user-client-class</key>31<array>32<string>IOSurfaceRootUserClient</string>33<string>AGXDeviceUserClient</string>34<string>AGXSharedUserClient</string>35<string>AGXCommandQueue</string>36<string>AGXDevice</string>37</array>38<key>com.apple.security.exception.mach-lookup.global-name</key>39<array>40<string>com.apple.nsurlsessiond</string>41<string>com.apple.nsurlsessiond.NSURLSessionProxyService</string>42<string>com.apple.nsurlstorage-cache</string>43</array>44<key>platform-application</key>45<true/>46</dict>47</plist>484950