Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit d4ed1b1

Browse files
committed
Remove NSPhotoLibraryUsageDescription iOS 11 exception from README
1 parent e6184f9 commit d4ed1b1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

packages/image_picker/image_picker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.6+1
2+
3+
* Removes `NSPhotoLibraryUsageDescription` iOS 11 exception from README.
4+
15
## 0.8.6
26

37
* Updates minimum Flutter version to 2.10.

packages/image_picker/image_picker/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ As a result of implementing PHPicker it becomes impossible to pick HEIC images o
2323
Add the following keys to your _Info.plist_ file, located in `<project root>/ios/Runner/Info.plist`:
2424

2525
* `NSPhotoLibraryUsageDescription` - describe why your app needs permission for the photo library. This is called _Privacy - Photo Library Usage Description_ in the visual editor.
26-
* This permission is not required for image picking on iOS 11+ if you pass `false` for `requestFullMetadata`.
2726
* `NSCameraUsageDescription` - describe why your app needs access to the camera. This is called _Privacy - Camera Usage Description_ in the visual editor.
2827
* `NSMicrophoneUsageDescription` - describe why your app needs access to the microphone, if you intend to record videos. This is called _Privacy - Microphone Usage Description_ in the visual editor.
2928

packages/image_picker/image_picker/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for selecting images from the Android and iOS image
33
library, and taking new pictures with the camera.
44
repository: https://github.com/flutter/plugins/tree/main/packages/image_picker/image_picker
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
6-
version: 0.8.6
6+
version: 0.8.6+1
77

88
environment:
99
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)