Skip to content

Commit 4ea31a8

Browse files
committed
update ios
1 parent ca20f25 commit 4ea31a8

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

ios/Runner/Info.plist

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>NSPhotoLibraryUsageDescription</key>
6-
<string>This app needs access to your photos</string>
7-
<key>NSCameraUsageDescription</key>
8-
<string>This app needs access to your camera</string>
9-
<key>NSMicrophoneUsageDescription</key>
10-
<string>This app needs access to your microphone</string>
5+
<key>NSPhotoLibraryUsageDescription</key>
6+
<string>This app needs access to your photos</string>
117
<key>CFBundleDevelopmentRegion</key>
128
<string>$(DEVELOPMENT_LANGUAGE)</string>
139
<key>CFBundleExecutable</key>
@@ -47,8 +43,5 @@
4743
</array>
4844
<key>UIViewControllerBasedStatusBarAppearance</key>
4945
<false/>
50-
51-
<key>NSPhotoLibraryUsageDescription</key>
52-
<string>Allow choose image</string>
5346
</dict>
5447
</plist>

0 commit comments

Comments
 (0)