File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change 7
7
<key >CFBundleExecutable </key >
8
8
<string >$(EXECUTABLE_NAME) </string >
9
9
<key >CFBundleIdentifier </key >
10
- <string >org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier ) </string >
10
+ <string >$(PRODUCT_BUNDLE_IDENTIFIER ) </string >
11
11
<key >CFBundleInfoDictionaryVersion </key >
12
12
<string >6.0 </string >
13
13
<key >CFBundleName </key >
22
22
<string >1 </string >
23
23
<key >LSRequiresIPhoneOS </key >
24
24
<true />
25
+ <key >NSAppTransportSecurity </key >
26
+ <dict >
27
+ <key >NSExceptionDomains </key >
28
+ <dict >
29
+ <key >localhost </key >
30
+ <dict >
31
+ <key >NSExceptionAllowsInsecureHTTPLoads </key >
32
+ <true />
33
+ </dict >
34
+ </dict >
35
+ </dict >
36
+ <key >NSLocationWhenInUseUsageDescription </key >
37
+ <string ></string >
25
38
<key >UILaunchStoryboardName </key >
26
39
<string >LaunchScreen </string >
27
40
<key >UIRequiredDeviceCapabilities </key >
36
49
</array >
37
50
<key >UIViewControllerBasedStatusBarAppearance </key >
38
51
<false />
39
- <key >NSLocationWhenInUseUsageDescription </key >
40
- <string ></string >
41
- <key >NSAppTransportSecurity </key >
42
- <!-- See http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/ -->
43
- <dict >
44
- <key >NSExceptionDomains </key >
45
- <dict >
46
- <key >localhost </key >
47
- <dict >
48
- <key >NSExceptionAllowsInsecureHTTPLoads </key >
49
- <true />
50
- </dict >
51
- </dict >
52
- </dict >
53
52
</dict >
54
53
</plist >
You can’t perform that action at this time.
0 commit comments