Skip to content

Commit

Permalink
fix ios web
Browse files Browse the repository at this point in the history
  • Loading branch information
thl committed Jan 28, 2019
1 parent dbaa627 commit 17f4580
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ flutter packages get
### APK QR:
![flutter_wanandroid](https://raw.githubusercontent.com/Sky24n/LDocuments/master/AppImgs/flutter_wanandroid/qrcode.png)

### iOS:请自行clone项目代码运行。另外,iOS始终无法打开wanandroid相关url,有知道原因大佬的希望告知下~
### iOS:请自行clone项目代码运行。

## App目录结构
>- |--lib
Expand Down
5 changes: 5 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,10 @@
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

0 comments on commit 17f4580

Please sign in to comment.