-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathentitlements.codesign.xml
More file actions
25 lines (25 loc) · 799 Bytes
/
entitlements.codesign.xml
File metadata and controls
25 lines (25 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>application-identifier</key>
<string>FBT742498U.net.kdt.pojavlauncher</string>
<key>com.apple.developer.team-identifier</key>
<string>FBT742498U</string>
<key>get-task-allow</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>FBT742498U.*</string>
<string>com.apple.token</string>
</array>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.developer.kernel.extended-virtual-addressing</key>
<true/>
<key>com.apple.developer.kernel.increased-memory-limit</key>
<true/>
</dict>
</plist>