Skip to content

Commit

Permalink
fix No bundle url present in iOS (facebook#19643)
Browse files Browse the repository at this point in the history
Summary:
fix No bundle url present in iOS.
Related issue: facebook#14118, facebook#12754.
Pass all current ci
none
 [GENERAL] [BUGFIX] [iOS] - fix No bundle url present in iOS
Closes facebook#19643

Differential Revision: D8374583

Pulled By: hramos

fbshipit-source-id: 62d621f431d2067825dc701f87044ecb1d720f14
  • Loading branch information
gengjiawen authored and macdoum1 committed Jun 28, 2018
1 parent 53072b1 commit c57ebd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local-cli/templates/HelloWorld/ios/HelloWorld/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
<key>NSAppTransportSecurity</key>
<!--See http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/ -->
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
Expand Down

1 comment on commit c57ebd7

@KouSyurei
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个并没有解决问题

Please sign in to comment.