Path: blob/main/entitlements.codesign.xml
589 views
<?xml version="1.0" encoding="UTF-8"?>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>FBT742498U.net.kdt.pojavlauncher</string>6<key>com.apple.developer.team-identifier</key>7<string>FBT742498U</string>8<key>get-task-allow</key>9<true/>10<key>keychain-access-groups</key>11<array>12<string>FBT742498U.*</string>13<string>com.apple.token</string>14</array>15<key>com.apple.security.cs.allow-unsigned-executable-memory</key>16<true/>17<key>com.apple.security.cs.disable-library-validation</key>18<true/>19<key>com.apple.developer.kernel.extended-virtual-addressing</key>20<true/>21<key>com.apple.developer.kernel.increased-memory-limit</key>22<true/>23</dict>24</plist>252627