File tree Expand file tree Collapse file tree 2 files changed +1374
-506
lines changed
Expand file tree Collapse file tree 2 files changed +1374
-506
lines changed Original file line number Diff line number Diff line change 2222 <string >1 </string >
2323 <key >LSRequiresIPhoneOS </key >
2424 <true />
25+ <key >NSAppTransportSecurity </key >
26+ <dict >
27+ <key >NSAllowsArbitraryLoads </key >
28+ <true />
29+ <key >NSExceptionDomains </key >
30+ <dict >
31+ <key >localhost </key >
32+ <dict >
33+ <key >NSExceptionAllowsInsecureHTTPLoads </key >
34+ <true />
35+ </dict >
36+ </dict >
37+ </dict >
38+ <key >RCTNewArchEnabled </key >
39+ <true />
2540 <key >UILaunchStoryboardName </key >
2641 <string >LaunchScreen </string >
2742 <key >UIRequiredDeviceCapabilities </key >
4156 <string >UIInterfaceOrientationLandscapeLeft </string >
4257 <string >UIInterfaceOrientationLandscapeRight </string >
4358 </array >
44- <key >NSAppTransportSecurity </key >
45- <dict >
46- <key >NSAllowsArbitraryLoads </key >
47- <true />
48- <key >NSExceptionDomains </key >
49- <dict >
50- <key >localhost </key >
51- <dict >
52- <key >NSExceptionAllowsInsecureHTTPLoads </key >
53- <true />
54- </dict >
55- </dict >
56- </dict >
5759</dict >
5860</plist >
You can’t perform that action at this time.
0 commit comments