Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react-native-fcm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ym
react-native-fcm
Commits
084f4e32
Commit
084f4e32
authored
Nov 29, 2017
by
Libin Lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change id
parent
90d0265c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Examples/simple-fcm-client/.gitignore
Examples/simple-fcm-client/.gitignore
+1
-1
Examples/simple-fcm-client/ios/SimpleFcmClient.xcodeproj/project.pbxproj
...-fcm-client/ios/SimpleFcmClient.xcodeproj/project.pbxproj
+2
-2
No files found.
Examples/simple-fcm-client/.gitignore
View file @
084f4e32
...
...
@@ -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
Examples/simple-fcm-client/ios/SimpleFcmClient.xcodeproj/project.pbxproj
View file @
084f4e32
...
...
@@ -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"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment