11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
4- <dict >
5- <key >CADisableMinimumFrameDurationOnPhone </key >
6- <true />
7- <key >CFBundleDevelopmentRegion </key >
8- <string >$(DEVELOPMENT_LANGUAGE) </string >
9- <key >CFBundleDisplayName </key >
10- <string >example </string >
11- <key >CFBundleExecutable </key >
12- <string >$(EXECUTABLE_NAME) </string >
13- <key >CFBundleIdentifier </key >
14- <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
15- <key >CFBundleInfoDictionaryVersion </key >
16- <string >6.0 </string >
17- <key >CFBundleName </key >
18- <string >$(PRODUCT_NAME) </string >
19- <key >CFBundlePackageType </key >
20- <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
21- <key >CFBundleShortVersionString </key >
22- <string >1.0.0 </string >
23- <key >CFBundleSignature </key >
24- <string >???? </string >
25- <key >CFBundleURLTypes </key >
26- <array >
27- <dict >
28- <key >CFBundleURLSchemes </key >
29- <array >
30- <string >myapp </string >
31- <string >com.anonymous.example </string >
32- </array >
33- </dict >
34- </array >
35- <key >CFBundleVersion </key >
36- <string >1 </string >
37- <key >LSMinimumSystemVersion </key >
38- <string >12.0 </string >
39- <key >LSRequiresIPhoneOS </key >
40- <true />
41- <key >NSAppTransportSecurity </key >
42- <dict >
43- <key >NSAllowsArbitraryLoads </key >
44- <false />
45- <key >NSAllowsLocalNetworking </key >
46- <true />
47- </dict >
48- <key >NSUserActivityTypes </key >
49- <array >
50- <string >$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route </string >
51- </array >
52- <key >UILaunchStoryboardName </key >
53- <string >SplashScreen </string >
54- <key >UIRequiredDeviceCapabilities </key >
55- <array >
56- <string >arm64 </string >
57- </array >
58- <key >UIRequiresFullScreen </key >
59- <false />
60- <key >UIStatusBarStyle </key >
61- <string >UIStatusBarStyleDefault </string >
62- <key >UISupportedInterfaceOrientations </key >
63- <array >
64- <string >UIInterfaceOrientationPortrait </string >
65- <string >UIInterfaceOrientationPortraitUpsideDown </string >
66- </array >
67- <key >UISupportedInterfaceOrientations~ipad </key >
68- <array >
69- <string >UIInterfaceOrientationPortrait </string >
70- <string >UIInterfaceOrientationPortraitUpsideDown </string >
71- <string >UIInterfaceOrientationLandscapeLeft </string >
72- <string >UIInterfaceOrientationLandscapeRight </string >
73- </array >
74- <key >UIUserInterfaceStyle </key >
75- <string >Automatic </string >
76- <key >UIViewControllerBasedStatusBarAppearance </key >
77- <false />
78- </dict >
79- </plist >
4+ <dict >
5+ <key >CADisableMinimumFrameDurationOnPhone </key >
6+ <true />
7+ <key >CFBundleDevelopmentRegion </key >
8+ <string >$(DEVELOPMENT_LANGUAGE) </string >
9+ <key >CFBundleDisplayName </key >
10+ <string >example </string >
11+ <key >CFBundleExecutable </key >
12+ <string >$(EXECUTABLE_NAME) </string >
13+ <key >CFBundleIdentifier </key >
14+ <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
15+ <key >CFBundleInfoDictionaryVersion </key >
16+ <string >6.0 </string >
17+ <key >CFBundleName </key >
18+ <string >$(PRODUCT_NAME) </string >
19+ <key >CFBundlePackageType </key >
20+ <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
21+ <key >CFBundleShortVersionString </key >
22+ <string >1.0.0 </string >
23+ <key >CFBundleSignature </key >
24+ <string >???? </string >
25+ <key >CFBundleURLTypes </key >
26+ <array >
27+ <dict >
28+ <key >CFBundleURLSchemes </key >
29+ <array >
30+ <string >myapp </string >
31+ <string >com.anonymous.example </string >
32+ </array >
33+ </dict >
34+ </array >
35+ <key >CFBundleVersion </key >
36+ <string >1 </string >
37+ <key >LSMinimumSystemVersion </key >
38+ <string >12.0 </string >
39+ <key >LSRequiresIPhoneOS </key >
40+ <true />
41+ <key >NSAppTransportSecurity </key >
42+ <dict >
43+ <key >NSAllowsArbitraryLoads </key >
44+ <false />
45+ <key >NSAllowsLocalNetworking </key >
46+ <true />
47+ </dict >
48+ <key >NSUserActivityTypes </key >
49+ <array >
50+ <string >$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route </string >
51+ </array >
52+ <key >UILaunchStoryboardName </key >
53+ <string >SplashScreen </string >
54+ <key >UIRequiredDeviceCapabilities </key >
55+ <array >
56+ <string >arm64 </string >
57+ </array >
58+ <key >UIRequiresFullScreen </key >
59+ <false />
60+ <key >UIStatusBarStyle </key >
61+ <string >UIStatusBarStyleDefault </string >
62+ <key >UISupportedInterfaceOrientations </key >
63+ <array >
64+ <string >UIInterfaceOrientationPortrait </string >
65+ <string >UIInterfaceOrientationPortraitUpsideDown </string >
66+ </array >
67+ <key >UISupportedInterfaceOrientations~ipad </key >
68+ <array >
69+ <string >UIInterfaceOrientationPortrait </string >
70+ <string >UIInterfaceOrientationPortraitUpsideDown </string >
71+ <string >UIInterfaceOrientationLandscapeLeft </string >
72+ <string >UIInterfaceOrientationLandscapeRight </string >
73+ </array >
74+ <key >UIUserInterfaceStyle </key >
75+ <string >Automatic </string >
76+ <key >UIViewControllerBasedStatusBarAppearance </key >
77+ <false />
78+ </dict >
79+ </plist >
0 commit comments