From 3c1b67525223bba62f0bf925676efac58fbbf987 Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Mon, 6 Apr 2020 17:43:24 +0200 Subject: [PATCH] add GoogleService-Info.plist for extensions --- .../GoogleService-Info.plist | 36 +++++++++++++++++++ .../GoogleService-Info.plist | 36 +++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 msgNotificationContent/GoogleService-Info.plist create mode 100644 msgNotificationService/GoogleService-Info.plist diff --git a/msgNotificationContent/GoogleService-Info.plist b/msgNotificationContent/GoogleService-Info.plist new file mode 100644 index 000000000..7d4266485 --- /dev/null +++ b/msgNotificationContent/GoogleService-Info.plist @@ -0,0 +1,36 @@ + + + + + CLIENT_ID + + REVERSED_CLIENT_ID + + API_KEY + + GCM_SENDER_ID + + PLIST_VERSION + 1 + BUNDLE_ID + org.linphone.phone.msgNotificationContent + PROJECT_ID + linphone-iphone + STORAGE_BUCKET + linphone-iphone.appspot.com + IS_ADS_ENABLED + + IS_ANALYTICS_ENABLED + + IS_APPINVITE_ENABLED + + IS_GCM_ENABLED + + IS_SIGNIN_ENABLED + + GOOGLE_APP_ID + + DATABASE_URL + + + diff --git a/msgNotificationService/GoogleService-Info.plist b/msgNotificationService/GoogleService-Info.plist new file mode 100644 index 000000000..98867592f --- /dev/null +++ b/msgNotificationService/GoogleService-Info.plist @@ -0,0 +1,36 @@ + + + + + CLIENT_ID + + REVERSED_CLIENT_ID + + API_KEY + + GCM_SENDER_ID + + PLIST_VERSION + 1 + BUNDLE_ID + org.linphone.phone.msgNotificationService + PROJECT_ID + linphone-iphone + STORAGE_BUCKET + linphone-iphone.appspot.com + IS_ADS_ENABLED + + IS_ANALYTICS_ENABLED + + IS_APPINVITE_ENABLED + + IS_GCM_ENABLED + + IS_SIGNIN_ENABLED + + GOOGLE_APP_ID + + DATABASE_URL + + +