diff --git a/Examples/simple-fcm-client/.gitignore b/Examples/simple-fcm-client/.gitignore index ae8fa79806c9fec0838f5bb9ee77d4f50efb0413..bf71f7fe3be3c1acc630e8f92e0f73d121ebd2f3 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 a33a29d6994d9b1d1efc92089b5d468715e9e7dd..98b9dab434a31be0bbc44d4492e6767b2e5f2bfd 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";