Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/android-openjdk-build-multiarch
Path: blob/buildjre8/ios-sign-entitlements.xml
861 views
1
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>com.apple.private.security.container-required</key>
6
<true/>
7
<key>com.apple.security.exception.files.absolute-path.read-write</key>
8
<array>
9
<string>/</string>
10
</array>
11
<key>platform-application</key>
12
<true/>
13
<key>com.apple.private.skip-library-validation</key>
14
<true/>
15
<key>get-task-allow</key>
16
<true/>
17
<key>dynamic-codesigning</key>
18
<true/>
19
</dict>
20
</plist>
21