Skip to content

Commit

Permalink
Update the example Info.plist comments regarding Google Sign-in (flut…
Browse files Browse the repository at this point in the history
…ter#87)

attributes.
  • Loading branch information
branflake2267 authored and collinjackson committed Jun 1, 2017
1 parent 03286be commit a29dbad
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 23 deletions.
25 changes: 14 additions & 11 deletions packages/firebase_auth/example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.297855924061-48k2m6hl6pa4q9hukijjd0c20ev4qans</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down Expand Up @@ -56,5 +45,19 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<!-- Google Sign-in Section -->
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<!-- Copied from GoogleServices-Info.plist key REVERSE_CLIENT_ID -->
<string>com.googleusercontent.apps.297855924061-48k2m6hl6pa4q9hukijjd0c20ev4qans</string>
</array>
</dict>
</array>
<!-- End of the Google Sign-in Section -->
</dict>
</plist>
26 changes: 14 additions & 12 deletions packages/google_sign_in/example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.yourcompany.googlesignin.example</string>
<string>com.googleusercontent.apps.861823949799-vc35cprkp249096uujjn0vvnmcvjppkn</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down Expand Up @@ -59,5 +47,19 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<!-- Google Sign-in Section -->
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<!-- Copied from GoogleServices-Info.plist key REVERSE_CLIENT_ID -->
<string>com.googleusercontent.apps.861823949799-vc35cprkp249096uujjn0vvnmcvjppkn</string>
</array>
</dict>
</array>
<!-- End of the Google Sign-in Section -->
</dict>
</plist>

0 comments on commit a29dbad

Please sign in to comment.