From 888dfca76ec85dd91ab135e37bc32fd6cff87029 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 31 Jul 2021 16:35:02 +0200 Subject: [PATCH] fix: No longer hide google services key file --- .gitignore | 1 - ios/Runner/GoogleService-Info.plist | 34 +++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 ios/Runner/GoogleService-Info.plist diff --git a/.gitignore b/.gitignore index 6fe87abb..e9c0ad2e 100644 --- a/.gitignore +++ b/.gitignore @@ -55,5 +55,4 @@ android/keys.json android/Gemfile.lock lib/l10n_old ios/Flutter/.last_build_id -ios/Runner/GoogleService-Info.plist ios/Podfile.lock \ No newline at end of file diff --git a/ios/Runner/GoogleService-Info.plist b/ios/Runner/GoogleService-Info.plist new file mode 100644 index 00000000..917ea3b2 --- /dev/null +++ b/ios/Runner/GoogleService-Info.plist @@ -0,0 +1,34 @@ + + + + + CLIENT_ID + 865731724731-ofdr7e6m04murgb1bvchlj9oaos0q5i3.apps.googleusercontent.com + REVERSED_CLIENT_ID + com.googleusercontent.apps.865731724731-ofdr7e6m04murgb1bvchlj9oaos0q5i3 + API_KEY + AIzaSyA8ZUBcuny0HjPwF2Q2fvDyQTC5dG2VHlE + GCM_SENDER_ID + 865731724731 + PLIST_VERSION + 1 + BUNDLE_ID + im.fluffychat.app + PROJECT_ID + fluffychat-ef3e8 + STORAGE_BUCKET + fluffychat-ef3e8.appspot.com + IS_ADS_ENABLED + + IS_ANALYTICS_ENABLED + + IS_APPINVITE_ENABLED + + IS_GCM_ENABLED + + IS_SIGNIN_ENABLED + + GOOGLE_APP_ID + 1:865731724731:ios:79fd983ce46cb40c64309e + + \ No newline at end of file