diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-12-04 23:16:08 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-12-04 23:16:08 +0200 |
| commit | 19709e296aec10d2cd24f904a87243216a454d5f (patch) | |
| tree | e18982e7ee2d0f550c36601286a6371486de619e /macos/Runner | |
| parent | d7946d6a76f6f04de0feea1e97aeb80031c15efc (diff) | |
| download | carpool-19709e296aec10d2cd24f904a87243216a454d5f.tar.xz carpool-19709e296aec10d2cd24f904a87243216a454d5f.zip | |
Added auth to signup page + some UI refactoring
Diffstat (limited to 'macos/Runner')
| -rw-r--r-- | macos/Runner/GoogleService-Info.plist | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/macos/Runner/GoogleService-Info.plist b/macos/Runner/GoogleService-Info.plist new file mode 100644 index 0000000..4b9d32d --- /dev/null +++ b/macos/Runner/GoogleService-Info.plist @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>API_KEY</key> + <string>AIzaSyDPVVoV41YzjMvC08fsQ7Rfmx2TsIMVrQY</string> + <key>GCM_SENDER_ID</key> + <string>824587935735</string> + <key>PLIST_VERSION</key> + <string>1</string> + <key>BUNDLE_ID</key> + <string>com.example.carpool.RunnerTests</string> + <key>PROJECT_ID</key> + <string>carpool-3cd5c</string> + <key>STORAGE_BUCKET</key> + <string>carpool-3cd5c.appspot.com</string> + <key>IS_ADS_ENABLED</key> + <false></false> + <key>IS_ANALYTICS_ENABLED</key> + <false></false> + <key>IS_APPINVITE_ENABLED</key> + <true></true> + <key>IS_GCM_ENABLED</key> + <true></true> + <key>IS_SIGNIN_ENABLED</key> + <true></true> + <key>GOOGLE_APP_ID</key> + <string>1:824587935735:ios:6a28a4d39e625fb65298f2</string> +</dict> +</plist>
\ No newline at end of file |
