2023-01-15 15:39:08 +00: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>
|
2023-10-23 17:12:25 +00:00
|
|
|
<key>com.apple.security.app-sandbox</key>
|
|
|
|
<true/>
|
2023-01-15 15:39:08 +00:00
|
|
|
<key>com.apple.security.application-groups</key>
|
|
|
|
<array>
|
2023-01-24 16:29:20 +00:00
|
|
|
<string>group.$(BUNDLE_ID_PREFIX).IceCubesApp</string>
|
2023-01-15 15:39:08 +00:00
|
|
|
</array>
|
2023-10-23 17:12:25 +00:00
|
|
|
<key>com.apple.security.network.client</key>
|
|
|
|
<true/>
|
2023-01-15 15:39:08 +00:00
|
|
|
<key>keychain-access-groups</key>
|
|
|
|
<array>
|
2023-01-24 16:29:20 +00:00
|
|
|
<string>$(AppIdentifierPrefix)$(BUNDLE_ID_PREFIX).IceCubesApp</string>
|
2023-01-15 15:39:08 +00:00
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</plist>
|