Skip to content

Commit 52039a3

Browse files
committed
🔥 Remove NSAllowsArbitraryLoads requirement
1 parent 0015480 commit 52039a3

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

README-ZH.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,6 @@ import 'package:wechat_assets_picker/wechat_assets_picker.dart';
220220
如果该行以 `#` (注释) 开头,请把 `#` 删除。
221221
2. 将以下内容添加至 `Info.plist`
222222
```
223-
<key>NSAppTransportSecurity</key>
224-
<dict>
225-
<key>NSAllowsArbitraryLoads</key>
226-
<true/>
227-
</dict>
228223
<key>NSPhotoLibraryUsageDescription</key>
229224
<string>你的相册权限描述</string>
230225
```

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,6 @@ consider declare only relevant permission in your apps, more specifically:
226226
Remove the `#` heading if the line starts with it.
227227
2. Add the following content to `Info.plist`.
228228
```
229-
<key>NSAppTransportSecurity</key>
230-
<dict>
231-
<key>NSAllowsArbitraryLoads</key>
232-
<true/>
233-
</dict>
234229
<key>NSPhotoLibraryUsageDescription</key>
235230
<string>Replace with your permission description.</string>
236231
```

0 commit comments

Comments
 (0)