Added keys needed to acces the gallery, camera and microphone in iOS

This commit is contained in:
Mariano Uvalle 2019-02-27 17:22:00 -06:00
parent fe9d73c491
commit ff97fd4bde

View file

@ -2,7 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- Put me in the [my_project]/ios/Runner/Info.plist file -->
<!-- Google Sign-in Section -->
<key>CFBundleURLTypes</key>
<array>
@ -11,13 +10,17 @@
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<!-- TODO Replace this value: -->
<!-- Copied from GoogleServices-Info.plist key REVERSED_CLIENT_ID -->
<string>com.googleusercontent.apps.854370768062-bsmn2u8jngin4g6ior8crnir42t8p9u4</string>
</array>
</dict>
</array>
<!-- End of the Google Sign-in Section -->
<key>NSPhotoLibraryUsageDescription</key>
<string>Allow Do more to upload photos that already took</string>
<key>NSCameraUsageDescription</key>
<string>Allow Do more to take pictures to add it to your gallery</string>
<key>NSMicrophoneUsageDescription</key>
<string>Allow Do more to take videos and add them to your gallery</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>