Added keys needed to acces the gallery, camera and microphone in iOS
This commit is contained in:
parent
fe9d73c491
commit
ff97fd4bde
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">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<!-- Put me in the [my_project]/ios/Runner/Info.plist file -->
|
|
||||||
<!-- Google Sign-in Section -->
|
<!-- Google Sign-in Section -->
|
||||||
<key>CFBundleURLTypes</key>
|
<key>CFBundleURLTypes</key>
|
||||||
<array>
|
<array>
|
||||||
|
|
@ -11,13 +10,17 @@
|
||||||
<string>Editor</string>
|
<string>Editor</string>
|
||||||
<key>CFBundleURLSchemes</key>
|
<key>CFBundleURLSchemes</key>
|
||||||
<array>
|
<array>
|
||||||
<!-- TODO Replace this value: -->
|
|
||||||
<!-- Copied from GoogleServices-Info.plist key REVERSED_CLIENT_ID -->
|
|
||||||
<string>com.googleusercontent.apps.854370768062-bsmn2u8jngin4g6ior8crnir42t8p9u4</string>
|
<string>com.googleusercontent.apps.854370768062-bsmn2u8jngin4g6ior8crnir42t8p9u4</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<!-- End of the Google Sign-in Section -->
|
<!-- 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>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue