xref: /expo/ios/Exponent/Supporting/Info.plist (revision 9c9cd6f8)
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>CADisableMinimumFrameDurationOnPhone</key>
6	<true/>
7	<key>CFBundleDevelopmentRegion</key>
8	<string>en</string>
9	<key>CFBundleDisplayName</key>
10	<string>Expo Go</string>
11	<key>CFBundleExecutable</key>
12	<string>$(EXECUTABLE_NAME)</string>
13	<key>CFBundleIdentifier</key>
14	<string>host.exp.Exponent</string>
15	<key>CFBundleInfoDictionaryVersion</key>
16	<string>6.0</string>
17	<key>CFBundleName</key>
18	<string>$(EX_BUNDLE_NAME)</string>
19	<key>CFBundlePackageType</key>
20	<string>APPL</string>
21	<key>CFBundleShortVersionString</key>
22	<string>2.29.0</string>
23	<key>CFBundleSignature</key>
24	<string>????</string>
25	<key>CFBundleURLTypes</key>
26	<array>
27		<dict>
28			<key>CFBundleTypeRole</key>
29			<string>Editor</string>
30			<key>CFBundleURLName</key>
31			<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
32			<key>CFBundleURLSchemes</key>
33			<array>
34				<string>exp</string>
35				<string>exps</string>
36				<string>fb1696089354000816</string>
37				<string>expauth</string>
38			</array>
39		</dict>
40		<dict>
41			<key>CFBundleTypeRole</key>
42			<string>Editor</string>
43			<key>CFBundleURLName</key>
44			<string>OAuthRedirect</string>
45			<key>CFBundleURLSchemes</key>
46			<array>
47				<string>host.exp.exponent</string>
48			</array>
49		</dict>
50		<dict>
51			<key>CFBundleTypeRole</key>
52			<string>Editor</string>
53			<key>CFBundleURLSchemes</key>
54			<array>
55				<string>com.googleusercontent.apps.603386649315-vp4revvrcgrcjme51ebuhbkbspl048l9</string>
56			</array>
57		</dict>
58	</array>
59	<key>CFBundleVersion</key>
60	<string>2.29.0</string>
61	<key>FacebookAdvertiserIDCollectionEnabled</key>
62	<false/>
63	<key>FacebookAppID</key>
64	<string>1696089354000816</string>
65	<key>FacebookAutoInitEnabled</key>
66	<false/>
67	<key>FacebookAutoLogAppEventsEnabled</key>
68	<false/>
69	<key>FacebookDisplayName</key>
70	<string>Expo Go</string>
71	<key>GADApplicationIdentifier</key>
72	<string>ca-app-pub-3940256099942544~1458002511</string>
73	<key>GADDelayAppMeasurementInit</key>
74	<true/>
75	<key>LSApplicationQueriesSchemes</key>
76	<array>
77		<string>waze</string>
78		<string>fbapi</string>
79		<string>fb-messenger-api</string>
80		<string>fbauth2</string>
81		<string>fbshareextension</string>
82	</array>
83	<key>LSRequiresIPhoneOS</key>
84	<true/>
85	<key>NSAppTransportSecurity</key>
86	<dict>
87		<key>NSAllowsArbitraryLoads</key>
88		<true/>
89	</dict>
90	<key>NSCalendarsUsageDescription</key>
91	<string>Allow Expo projects to access your calendar</string>
92	<key>NSCameraUsageDescription</key>
93	<string>Allow Expo Go to access your camera to take photos</string>
94	<key>NSContactsUsageDescription</key>
95	<string>Allow Expo projects to access your contacts</string>
96	<key>NSLocalNetworkUsageDescription</key>
97	<string>Expo Go needs access to your local network to load projects from your development server</string>
98	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
99	<string>Allow Expo projects to use your location</string>
100	<key>NSLocationAlwaysUsageDescription</key>
101	<string>Allow Expo projects to use your location</string>
102	<key>NSLocationWhenInUseUsageDescription</key>
103	<string>The app shows you the current location on a map and makes it available when you request it</string>
104	<key>NSMicrophoneUsageDescription</key>
105	<string>Allow Expo projects to access your microphone</string>
106	<key>NSMotionUsageDescription</key>
107	<string>Allow Expo projects to access your device accelerometer</string>
108	<key>NSPhotoLibraryAddUsageDescription</key>
109	<string>Give Expo projects permission to save photos</string>
110	<key>NSPhotoLibraryUsageDescription</key>
111	<string>Give Expo projects permission to access your photos</string>
112	<key>NSRemindersUsageDescription</key>
113	<string>Allow Expo projects to access your reminders</string>
114	<key>NSUserTrackingUsageDescription</key>
115	<string>This identifier will be used to deliver personalized ads to you</string>
116	<key>SKAdNetworkItems</key>
117	<array>
118		<dict>
119			<key>SKAdNetworkIdentifier</key>
120			<string>v9wttpbfk9.skadnetwork</string>
121		</dict>
122		<dict>
123			<key>SKAdNetworkIdentifier</key>
124			<string>n38lu8286q.skadnetwork</string>
125		</dict>
126		<dict>
127			<key>SKAdNetworkIdentifier</key>
128			<string>cstr6suwn9.skadnetwork</string>
129		</dict>
130	</array>
131	<key>UIBackgroundModes</key>
132	<array>
133		<string>audio</string>
134		<string>fetch</string>
135		<string>location</string>
136		<string>remote-notification</string>
137	</array>
138	<key>UILaunchStoryboardName</key>
139	<string>LaunchScreen</string>
140	<key>UIRequiredDeviceCapabilities</key>
141	<array/>
142	<key>UIStatusBarStyle</key>
143	<string>UIStatusBarStyleLightContent</string>
144	<key>UISupportedInterfaceOrientations</key>
145	<array>
146		<string>UIInterfaceOrientationPortrait</string>
147		<string>UIInterfaceOrientationLandscapeLeft</string>
148		<string>UIInterfaceOrientationLandscapeRight</string>
149		<string>UIInterfaceOrientationPortraitUpsideDown</string>
150	</array>
151	<key>UIUserInterfaceStyle</key>
152	<string>Automatic</string>
153	<key>UIViewControllerBasedStatusBarAppearance</key>
154	<false/>
155</dict>
156</plist>
157