Skip to content

Commit

Permalink
Add http as well [#315]
Browse files Browse the repository at this point in the history
  • Loading branch information
mdryankov committed Oct 21, 2020
1 parent e55d916 commit 9d300aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/Runner/Info.plist
Expand Up @@ -37,7 +37,8 @@
</array>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>https</string>
<string>https</string>
<string>http</string>
</array>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
Expand Down

0 comments on commit 9d300aa

Please sign in to comment.