Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/PojavLauncher_iOS
Path: blob/main/entitlements.codesign.xml
589 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
<key>application-identifier</key>
6
<string>FBT742498U.net.kdt.pojavlauncher</string>
7
<key>com.apple.developer.team-identifier</key>
8
<string>FBT742498U</string>
9
<key>get-task-allow</key>
10
<true/>
11
<key>keychain-access-groups</key>
12
<array>
13
<string>FBT742498U.*</string>
14
<string>com.apple.token</string>
15
</array>
16
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
17
<true/>
18
<key>com.apple.security.cs.disable-library-validation</key>
19
<true/>
20
<key>com.apple.developer.kernel.extended-virtual-addressing</key>
21
<true/>
22
<key>com.apple.developer.kernel.increased-memory-limit</key>
23
<true/>
24
</dict>
25
</plist>
26
27