Skip to content

Commit 61a18ca

Browse files
committed
fix(ci): reinstall Pods in Swift example
1 parent e9b5622 commit 61a18ca

File tree

2 files changed

+1374
-506
lines changed

2 files changed

+1374
-506
lines changed

example/swift/Info.plist

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@
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>
@@ -41,18 +56,5 @@
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>

0 commit comments

Comments
 (0)