From 588db91ff097675d390fa122e68eba3f22653b58 Mon Sep 17 00:00:00 2001 From: Antoine Date: Sun, 8 Aug 2021 13:37:22 +0100 Subject: [PATCH] Git clean up --- .gitignore | 1 + ios/Runner/GoogleService-Info.plist | 34 ----------------------------- 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 ios/Runner/GoogleService-Info.plist diff --git a/.gitignore b/.gitignore index 0fa6b67..ad8bea9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ .buildlog/ .history .svn/ +GoogleService-Info.plist # IntelliJ related *.iml diff --git a/ios/Runner/GoogleService-Info.plist b/ios/Runner/GoogleService-Info.plist deleted file mode 100644 index 1c6a6d9..0000000 --- a/ios/Runner/GoogleService-Info.plist +++ /dev/null @@ -1,34 +0,0 @@ - - - - - CLIENT_ID - 176353477956-bdgb338e3dgvb8umjk53gu4he6akla0d.apps.googleusercontent.com - REVERSED_CLIENT_ID - com.googleusercontent.apps.176353477956-bdgb338e3dgvb8umjk53gu4he6akla0d - API_KEY - AIzaSyC890i0VyI57HSa0QtawIVgJjCGNB3vcGM - GCM_SENDER_ID - 176353477956 - PLIST_VERSION - 1 - BUNDLE_ID - family.lever.ppp - PROJECT_ID - personalprojectplanning1 - STORAGE_BUCKET - personalprojectplanning1.appspot.com - IS_ADS_ENABLED - - IS_ANALYTICS_ENABLED - - IS_APPINVITE_ENABLED - - IS_GCM_ENABLED - - IS_SIGNIN_ENABLED - - GOOGLE_APP_ID - 1:176353477956:ios:ee9b9b787dfc9dd824c311 - - \ No newline at end of file