Commit 20da55da authored by Tuan Anh Nguyen's avatar Tuan Anh Nguyen
Browse files

feat: add ios configuration for image_picker

parent ce060ab7
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -47,5 +47,11 @@
	<true/>
	<true/>
	<key>UIApplicationSupportsIndirectInputEvents</key>
	<key>UIApplicationSupportsIndirectInputEvents</key>
	<true/>
	<true/>
	<key>NSPhotoLibraryUsageDescription</key>
	<string>Need to upload image</string>
	<key>NSCameraUsageDescription</key>
	<string>Need to upload image</string>
	<key>NSMicrophoneUsageDescription</key>
	<string>Need to upload image</string>
</dict>
</dict>
</plist>
</plist>