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
7fad1b9d
Commit
7fad1b9d
authored
Feb 01, 2018
by
Libin Lu
Committed by
GitHub
Feb 01, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #767 from slycoder/react-pod-path
Add Pod paths to header search paths
parents
27c9a4a2
e5ee0b7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
ios/RNFIRMessaging.xcodeproj/project.pbxproj
ios/RNFIRMessaging.xcodeproj/project.pbxproj
+2
-0
No files found.
ios/RNFIRMessaging.xcodeproj/project.pbxproj
View file @
7fad1b9d
...
@@ -230,6 +230,7 @@
...
@@ -230,6 +230,7 @@
"$(PROJECT_DIR)/../../../ios/Frameworks/**"
,
"$(PROJECT_DIR)/../../../ios/Frameworks/**"
,
"$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**"
,
"$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**"
,
"$(PROJECT_DIR)/../../../ios/Pods/Firebase/**"
,
"$(PROJECT_DIR)/../../../ios/Pods/Firebase/**"
,
"$(PROJECT_DIR)/../../../ios/Pods/Headers/Public/**"
,
);
);
LIBRARY_SEARCH_PATHS
=
"$(inherited)"
;
LIBRARY_SEARCH_PATHS
=
"$(inherited)"
;
OTHER_LDFLAGS
=
"-ObjC"
;
OTHER_LDFLAGS
=
"-ObjC"
;
...
@@ -257,6 +258,7 @@
...
@@ -257,6 +258,7 @@
"$(PROJECT_DIR)/../../../ios/Frameworks/**"
,
"$(PROJECT_DIR)/../../../ios/Frameworks/**"
,
"$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**"
,
"$(SRCROOT)/../../../node_modules/react-native-firestack/ios/**"
,
"$(PROJECT_DIR)/../../../ios/Pods/Firebase/**"
,
"$(PROJECT_DIR)/../../../ios/Pods/Firebase/**"
,
"$(PROJECT_DIR)/../../../ios/Pods/Headers/Public/**"
,
);
);
LIBRARY_SEARCH_PATHS
=
"$(inherited)"
;
LIBRARY_SEARCH_PATHS
=
"$(inherited)"
;
OTHER_LDFLAGS
=
"-ObjC"
;
OTHER_LDFLAGS
=
"-ObjC"
;
...
...
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