Added keys needed to acces the gallery, camera and microphone in iOS
This commit is contained in:
parent
8313793184
commit
19d7dad3d1
1 changed files with 6 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue