Skip to content

Commit

Permalink
Modify 'Header Search Path' for native iOS app to integrate react-nat…
Browse files Browse the repository at this point in the history
…ive-version-number from react-native package.json. (#15)
  • Loading branch information
OceanHorn authored and alvaromb committed Feb 1, 2018
1 parent ace777c commit 133ba94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/RNVersionNumber.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../../React/**",
"$(SRCROOT)/../../react-native/React/**",
"$(BUILT_PRODUCTS_DIR)",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
Expand All @@ -296,6 +297,7 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../../React/**",
"$(SRCROOT)/../../react-native/React/**",
"$(BUILT_PRODUCTS_DIR)",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
Expand Down

0 comments on commit 133ba94

Please sign in to comment.