Skip to content

Commit

Permalink
🔥 Remove NSAllowsArbitraryLoads requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Nov 14, 2023
1 parent 0015480 commit 52039a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,6 @@ import 'package:wechat_assets_picker/wechat_assets_picker.dart';
如果该行以 `#` (注释) 开头,请把 `#` 删除。
2. 将以下内容添加至 `Info.plist`
```
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSPhotoLibraryUsageDescription</key>
<string>你的相册权限描述</string>
```
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,6 @@ consider declare only relevant permission in your apps, more specifically:
Remove the `#` heading if the line starts with it.
2. Add the following content to `Info.plist`.
```
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSPhotoLibraryUsageDescription</key>
<string>Replace with your permission description.</string>
```
Expand Down

0 comments on commit 52039a3

Please sign in to comment.