1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3<plist version="1.0"> 4<dict> 5 <key>aps-environment</key> 6 <string>development</string> 7 <key>com.apple.developer.associated-domains</key> 8 <array> 9 <string>webcredentials:exp.host</string> 10 <string>applinks:exp.host</string> 11 </array> 12 <key>com.apple.developer.icloud-container-identifiers</key> 13 <array> 14 <string>iCloud.$(CFBundleIdentifier)</string> 15 </array> 16 <key>com.apple.developer.icloud-services</key> 17 <array> 18 <string>CloudDocuments</string> 19 </array> 20 <key>com.apple.developer.ubiquity-container-identifiers</key> 21 <array> 22 <string>iCloud.$(CFBundleIdentifier)</string> 23 </array> 24 <key>com.apple.developer.ubiquity-kvstore-identifier</key> 25 <string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string> 26</dict> 27</plist> 28