Skip to content

Commit

Permalink
allow javascript bundle to be loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
bit3725 committed Jul 11, 2019
1 parent 37c3625 commit b6ba702
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RNActionExtensionSwift/ios/ActionExt/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down

0 comments on commit b6ba702

Please sign in to comment.