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.applesignin</key>
8	<array>
9		<string>Default</string>
10	</array>
11	<key>com.apple.developer.associated-domains</key>
12	<array>
13		<string>applinks:exp.host</string>
14		<string>applinks:expo.io</string>
15		<string>webcredentials:expo.io</string>
16		<string>applinks:expo.dev</string>
17		<string>webcredentials:expo.dev</string>
18	</array>
19	<key>com.apple.developer.icloud-container-identifiers</key>
20	<array>
21		<string>iCloud.$(CFBundleIdentifier)</string>
22	</array>
23	<key>com.apple.developer.icloud-services</key>
24	<array>
25		<string>CloudDocuments</string>
26	</array>
27	<key>com.apple.developer.ubiquity-container-identifiers</key>
28	<array>
29		<string>iCloud.$(CFBundleIdentifier)</string>
30	</array>
31	<key>com.apple.developer.ubiquity-kvstore-identifier</key>
32	<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
33</dict>
34</plist>
35