Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Update project.pbxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepimenta authored Apr 9, 2020
1 parent 6256794 commit b73625d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/RCTAes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../../react-native/React/**",
"$(SRCROOT)/../../../../../node_modules/react-native/React/**",
"$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core"
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -248,6 +249,7 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../../react-native/React/**",
"$(SRCROOT)/../../../../../node_modules/react-native/React/**",
"$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core"
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit b73625d

Please sign in to comment.