From 084f4e32829066a65d4a423cd6466215958a1489 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Wed, 29 Nov 2017 13:21:55 -0500 Subject: [PATCH] change id --- Examples/simple-fcm-client/.gitignore | 2 +- .../ios/SimpleFcmClient.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/simple-fcm-client/.gitignore b/Examples/simple-fcm-client/.gitignore index ae8fa79..bf71f7f 100644 --- a/Examples/simple-fcm-client/.gitignore +++ b/Examples/simple-fcm-client/.gitignore @@ -41,6 +41,6 @@ android/app/libs android/keystores/debug.keystore # FCM -ios/SimpleFcmClient/GoogleService-Info.plist +ios/GoogleService-Info.plist android/app/google-services.json app/FirebaseConstants.js diff --git a/Examples/simple-fcm-client/ios/SimpleFcmClient.xcodeproj/project.pbxproj b/Examples/simple-fcm-client/ios/SimpleFcmClient.xcodeproj/project.pbxproj index a33a29d..98b9dab 100644 --- a/Examples/simple-fcm-client/ios/SimpleFcmClient.xcodeproj/project.pbxproj +++ b/Examples/simple-fcm-client/ios/SimpleFcmClient.xcodeproj/project.pbxproj @@ -1097,7 +1097,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = com.myidentifi.engage.qa; + PRODUCT_BUNDLE_IDENTIFIER = com.myidentifi.fcm; PRODUCT_NAME = SimpleFcmClient; USER_HEADER_SEARCH_PATHS = ./SimpleFcmClient/; VERSIONING_SYSTEM = "apple-generic"; @@ -1131,7 +1131,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = com.myidentifi.engage.qa; + PRODUCT_BUNDLE_IDENTIFIER = com.myidentifi.fcm; PRODUCT_NAME = SimpleFcmClient; USER_HEADER_SEARCH_PATHS = ./SimpleFcmClient/; VERSIONING_SYSTEM = "apple-generic"; -- 2.26.2