Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Apr 25, 2024
1 parent 3e972b1 commit d94b4d9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions app/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Cloud Gallery would like to save photos to your gallery</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Cloud Gallery would like to access your gallery</string>
<string>Cloud Gallery would like to access your gallery</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
Expand All @@ -17,18 +17,18 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>GIDClientID</key>
<string>64221198282-h8h8gjo3991iijeg2agdkmfh6tr014nq.apps.googleusercontent.com</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.64221198282-h8h8gjo3991iijeg2agdkmfh6tr014nq</string>
</array>
</dict>
</array>
<string>64221198282-h8h8gjo3991iijeg2agdkmfh6tr014nq.apps.googleusercontent.com</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.64221198282-h8h8gjo3991iijeg2agdkmfh6tr014nq</string>
</array>
</dict>
</array>
<key>CFBundleName</key>
<string>cloud_gallery</string>
<key>CFBundlePackageType</key>
Expand Down

0 comments on commit d94b4d9

Please sign in to comment.