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>
|
|
|
|
|
<key>aps-environment</key>
|
|
|
|
|
<string>development</string>
|
2022-11-12 23:00:48 -05:00
|
|
|
<key>com.apple.developer.associated-domains</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>webcredentials:sidestore.io</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>com.apple.developer.icloud-container-identifiers</key>
|
|
|
|
|
<array/>
|
|
|
|
|
<key>com.apple.developer.kernel.increased-memory-limit</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>com.apple.developer.networking.multipath</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>com.apple.developer.networking.vpn.api</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>allow-vpn</string>
|
|
|
|
|
</array>
|
|
|
|
|
<key>com.apple.developer.networking.wifi-info</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>com.apple.developer.shared-with-you</key>
|
|
|
|
|
<true/>
|
2020-09-08 12:29:44 -07:00
|
|
|
<key>com.apple.developer.siri</key>
|
|
|
|
|
<true/>
|
2022-11-12 23:00:48 -05:00
|
|
|
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
|
|
|
|
|
<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
|
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>
|
2022-11-12 23:00:48 -05:00
|
|
|
<key>keychain-access-groups</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>$(AppIdentifierPrefix)$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
|
</array>
|
2019-07-01 17:14:51 -07:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|