BusinessCard/BusinessCardClip/BusinessCardClip.entitlements

23 lines
680 B
XML

<?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>com.apple.developer.associated-domains</key>
<array>
<string>appclips:$(APPCLIP_DOMAIN)</string>
</array>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>$(CLOUDKIT_CONTAINER_IDENTIFIER)</string>
</array>
<key>com.apple.developer.icloud-services</key>
<array>
<string>CloudKit</string>
</array>
<key>com.apple.developer.parent-application-identifiers</key>
<array>
<string>$(TeamIdentifierPrefix)$(APP_BUNDLE_IDENTIFIER)</string>
</array>
</dict>
</plist>