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 >en </string >
9- <key >CFBundleDisplayName </key >
10- <string >InappbrowserNitroExample </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 >APPL </string >
21- <key >CFBundleShortVersionString </key >
22- <string >$(MARKETING_VERSION) </string >
23- <key >CFBundleSignature </key >
24- <string >???? </string >
25- <key >CFBundleVersion </key >
26- <string >$(CURRENT_PROJECT_VERSION) </string >
27- <key >LSRequiresIPhoneOS </key >
28- <true />
29- <key >NSAppTransportSecurity </key >
304 <dict >
31- <key >NSAllowsArbitraryLoads </key >
32- <false />
33- <key >NSAllowsLocalNetworking </key >
5+ <key >CADisableMinimumFrameDurationOnPhone </key >
6+ <true />
7+ <key >CFBundleDevelopmentRegion </key >
8+ <string >en </string >
9+ <key >CFBundleDisplayName </key >
10+ <string >InappbrowserNitroExample </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 >APPL </string >
21+ <key >CFBundleShortVersionString </key >
22+ <string >$(MARKETING_VERSION) </string >
23+ <key >CFBundleSignature </key >
24+ <string >???? </string >
25+ <key >CFBundleVersion </key >
26+ <string >$(CURRENT_PROJECT_VERSION) </string >
27+ <key >LSRequiresIPhoneOS </key >
3428 <true />
29+ <key >NSAppTransportSecurity </key >
30+ <dict >
31+ <key >NSAllowsArbitraryLoads </key >
32+ <false />
33+ <key >NSAllowsLocalNetworking </key >
34+ <true />
35+ </dict >
36+ <key >NSLocationWhenInUseUsageDescription </key >
37+ <string />
38+ <key >RCTNewArchEnabled </key >
39+ <true />
40+ <key >UILaunchStoryboardName </key >
41+ <string >LaunchScreen </string >
42+ <key >UIRequiredDeviceCapabilities </key >
43+ <array >
44+ <string >arm64 </string >
45+ </array >
46+ <key >UISupportedInterfaceOrientations </key >
47+ <array >
48+ <string >UIInterfaceOrientationPortrait </string >
49+ <string >UIInterfaceOrientationLandscapeLeft </string >
50+ <string >UIInterfaceOrientationLandscapeRight </string >
51+ </array >
52+ <key >UIViewControllerBasedStatusBarAppearance </key >
53+ <false />
54+ <key >CFBundleURLTypes </key >
55+ <array >
56+ <dict >
57+ <key >CFBundleURLSchemes </key >
58+ <array >
59+ <string >inappbrowsernitro </string >
60+ </array >
61+ </dict >
62+ </array >
3563 </dict >
36- <key >NSLocationWhenInUseUsageDescription </key >
37- <string ></string >
38- <key >RCTNewArchEnabled </key >
39- <true />
40- <key >UILaunchStoryboardName </key >
41- <string >LaunchScreen </string >
42- <key >UIRequiredDeviceCapabilities </key >
43- <array >
44- <string >arm64 </string >
45- </array >
46- <key >UISupportedInterfaceOrientations </key >
47- <array >
48- <string >UIInterfaceOrientationPortrait </string >
49- <string >UIInterfaceOrientationLandscapeLeft </string >
50- <string >UIInterfaceOrientationLandscapeRight </string >
51- </array >
52- <key >UIViewControllerBasedStatusBarAppearance </key >
53- <false />
54- </dict >
55- </plist >
64+ </plist >
0 commit comments