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	</array>
17	<key>com.apple.developer.icloud-container-identifiers</key>
18	<array>
19		<string>iCloud.$(CFBundleIdentifier)</string>
20	</array>
21	<key>com.apple.developer.icloud-services</key>
22	<array>
23		<string>CloudDocuments</string>
24	</array>
25	<key>com.apple.developer.ubiquity-container-identifiers</key>
26	<array>
27		<string>iCloud.$(CFBundleIdentifier)</string>
28	</array>
29	<key>com.apple.developer.ubiquity-kvstore-identifier</key>
30	<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
31</dict>
32</plist>
33