2019-07-01 17:14:51 -07:00
|
|
|
<?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>
|
2024-08-19 11:14:42 +09:00
|
|
|
<key>com.apple.developer.kernel.extended-virtual-addressing</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>com.apple.developer.kernel.increased-debugging-memory-limit</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>com.apple.developer.kernel.increased-memory-limit</key>
|
|
|
|
|
<true/>
|
2024-12-07 17:45:09 +05:30
|
|
|
<key>aps-environment</key>
|
|
|
|
|
<string>development</string>
|
2020-09-08 12:29:44 -07:00
|
|
|
<key>com.apple.developer.siri</key>
|
|
|
|
|
<true/>
|
2020-05-16 15:28:22 -07:00
|
|
|
<key>com.apple.security.application-groups</key>
|
|
|
|
|
<array>
|
2022-06-07 05:39:01 -04:00
|
|
|
<string>group.$(APP_GROUP_IDENTIFIER)</string>
|
2020-05-16 15:28:22 -07:00
|
|
|
</array>
|
2019-07-01 17:14:51 -07:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|