1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
- <dict >
5
- <key >CFBundleDevelopmentRegion </key >
6
- <string >en </string >
7
- <key >CFBundleDisplayName </key >
8
- <string >NitroInAppBrowserExample </string >
9
- <key >CFBundleExecutable </key >
10
- <string >$(EXECUTABLE_NAME) </string >
11
- <key >CFBundleIdentifier </key >
12
- <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
13
- <key >CFBundleInfoDictionaryVersion </key >
14
- <string >6.0 </string >
15
- <key >CFBundleName </key >
16
- <string >$(PRODUCT_NAME) </string >
17
- <key >CFBundlePackageType </key >
18
- <string >APPL </string >
19
- <key >CFBundleShortVersionString </key >
20
- <string >$(MARKETING_VERSION) </string >
21
- <key >CFBundleSignature </key >
22
- <string >???? </string >
23
- <key >CFBundleVersion </key >
24
- <string >$(CURRENT_PROJECT_VERSION) </string >
25
- <key >LSRequiresIPhoneOS </key >
26
- <true />
27
- <key >NSAppTransportSecurity </key >
28
4
<dict >
29
- <!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
30
- <key >NSAllowsArbitraryLoads </key >
31
- <false />
32
- <key >NSAllowsLocalNetworking </key >
33
- <true />
5
+ <key >CFBundleDevelopmentRegion </key >
6
+ <string >en </string >
7
+ <key >CFBundleDisplayName </key >
8
+ <string >NitroInAppBrowserExample </string >
9
+ <key >CFBundleExecutable </key >
10
+ <string >$(EXECUTABLE_NAME) </string >
11
+ <key >CFBundleIdentifier </key >
12
+ <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
13
+ <key >CFBundleInfoDictionaryVersion </key >
14
+ <string >6.0 </string >
15
+ <key >CFBundleName </key >
16
+ <string >$(PRODUCT_NAME) </string >
17
+ <key >CFBundlePackageType </key >
18
+ <string >APPL </string >
19
+ <key >CFBundleShortVersionString </key >
20
+ <string >$(MARKETING_VERSION) </string >
21
+ <key >CFBundleSignature </key >
22
+ <string >???? </string >
23
+ <key >CFBundleVersion </key >
24
+ <string >$(CURRENT_PROJECT_VERSION) </string >
25
+ <key >LSRequiresIPhoneOS </key >
26
+ <true />
27
+ <key >NSAppTransportSecurity </key >
28
+ <dict >
29
+ <key >NSAllowsArbitraryLoads </key >
30
+ <false />
31
+ <key >NSAllowsLocalNetworking </key >
32
+ <true />
33
+ </dict >
34
+ <key >NSLocationWhenInUseUsageDescription </key >
35
+ <string ></string >
36
+ <key >UILaunchStoryboardName </key >
37
+ <string >LaunchScreen </string >
38
+ <key >UIRequiredDeviceCapabilities </key >
39
+ <array >
40
+ <string >arm64 </string >
41
+ </array >
42
+ <key >UISupportedInterfaceOrientations </key >
43
+ <array >
44
+ <string >UIInterfaceOrientationPortrait </string >
45
+ <string >UIInterfaceOrientationLandscapeLeft </string >
46
+ <string >UIInterfaceOrientationLandscapeRight </string >
47
+ </array >
48
+ <key >UIViewControllerBasedStatusBarAppearance </key >
49
+ <false />
50
+ <key >CFBundleURLName </key >
51
+ <string >nitro-in-app-browser-example </string >
52
+ <key >CFBundleURLSchemes </key >
53
+ <array >
54
+ <string >nitro-in-app-browser-example </string >
55
+ </array >
34
56
</dict >
35
- <key >NSLocationWhenInUseUsageDescription </key >
36
- <string ></string >
37
- <key >UILaunchStoryboardName </key >
38
- <string >LaunchScreen </string >
39
- <key >UIRequiredDeviceCapabilities </key >
40
- <array >
41
- <string >arm64 </string >
42
- </array >
43
- <key >UISupportedInterfaceOrientations </key >
44
- <array >
45
- <string >UIInterfaceOrientationPortrait </string >
46
- <string >UIInterfaceOrientationLandscapeLeft </string >
47
- <string >UIInterfaceOrientationLandscapeRight </string >
48
- </array >
49
- <key >UIViewControllerBasedStatusBarAppearance </key >
50
- <false />
51
- </dict >
52
- </plist >
57
+ </plist >
0 commit comments