Path: blob/main/entitlements.sideload.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>com.apple.private.security.container-required</key>6<string>net.kdt.pojavlauncher</string>7<key>get-task-allow</key>8<true/>910<key>com.apple.developer.kernel.extended-virtual-addressing</key>11<true/>12<key>com.apple.developer.kernel.increased-memory-limit</key>13<true/>1415<!-- Give ability to change Jetsam task limit by itself -->16<key>com.apple.private.memorystatus</key>17<true/>1819<!-- Custom entitlement to indicate this was installed with TrollStore, still sandboxed -->20<key>com.apple.private.local.sandboxed-jit</key>21<true/>22</dict>23</plist>242526