From a02877c67236861c3edf7c6c80f26fcb41b65451 Mon Sep 17 00:00:00 2001 From: Thomas Fransolet Date: Thu, 11 Jan 2024 14:21:57 +0100 Subject: [PATCH] Add google service info plist ios --- ios/Runner/GoogleService-Info.plist | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ios/Runner/GoogleService-Info.plist diff --git a/ios/Runner/GoogleService-Info.plist b/ios/Runner/GoogleService-Info.plist new file mode 100644 index 0000000..cadb19b --- /dev/null +++ b/ios/Runner/GoogleService-Info.plist @@ -0,0 +1,30 @@ + + + + + API_KEY + AIzaSyDcMvp_9cd4pFYOcynHmNOzs2A1sNb6DAU + GCM_SENDER_ID + 1034665398515 + PLIST_VERSION + 1 + BUNDLE_ID + be.unov.myinfomate.tablet-app + PROJECT_ID + mymuseum-3b97f + STORAGE_BUCKET + mymuseum-3b97f.appspot.com + IS_ADS_ENABLED + + IS_ANALYTICS_ENABLED + + IS_APPINVITE_ENABLED + + IS_GCM_ENABLED + + IS_SIGNIN_ENABLED + + GOOGLE_APP_ID + 1:1034665398515:ios:34ddf36263736d13d6a786 + + \ No newline at end of file