Commit 084f4e32 authored by Libin Lu's avatar Libin Lu

change id

parent 90d0265c
...@@ -41,6 +41,6 @@ android/app/libs ...@@ -41,6 +41,6 @@ android/app/libs
android/keystores/debug.keystore android/keystores/debug.keystore
# FCM # FCM
ios/SimpleFcmClient/GoogleService-Info.plist ios/GoogleService-Info.plist
android/app/google-services.json android/app/google-services.json
app/FirebaseConstants.js app/FirebaseConstants.js
...@@ -1097,7 +1097,7 @@ ...@@ -1097,7 +1097,7 @@
"-ObjC", "-ObjC",
"-lc++", "-lc++",
); );
PRODUCT_BUNDLE_IDENTIFIER = com.myidentifi.engage.qa; PRODUCT_BUNDLE_IDENTIFIER = com.myidentifi.fcm;
PRODUCT_NAME = SimpleFcmClient; PRODUCT_NAME = SimpleFcmClient;
USER_HEADER_SEARCH_PATHS = ./SimpleFcmClient/; USER_HEADER_SEARCH_PATHS = ./SimpleFcmClient/;
VERSIONING_SYSTEM = "apple-generic"; VERSIONING_SYSTEM = "apple-generic";
...@@ -1131,7 +1131,7 @@ ...@@ -1131,7 +1131,7 @@
"-ObjC", "-ObjC",
"-lc++", "-lc++",
); );
PRODUCT_BUNDLE_IDENTIFIER = com.myidentifi.engage.qa; PRODUCT_BUNDLE_IDENTIFIER = com.myidentifi.fcm;
PRODUCT_NAME = SimpleFcmClient; PRODUCT_NAME = SimpleFcmClient;
USER_HEADER_SEARCH_PATHS = ./SimpleFcmClient/; USER_HEADER_SEARCH_PATHS = ./SimpleFcmClient/;
VERSIONING_SYSTEM = "apple-generic"; VERSIONING_SYSTEM = "apple-generic";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment