Skip to content

Commit

Permalink
Update iOS project configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoserranoa committed Nov 22, 2019
1 parent 00759e8 commit f5137f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ repositories {

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.wootric:wootric-sdk-android:2.13.0'
implementation 'com.wootric:wootric-sdk-android:+'
}
4 changes: 3 additions & 1 deletion ios/RNWootric.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,9 @@
58B511F01A9E6C8500147676 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = ../../../../ios;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../../React/**",
"$(SRCROOT)/../../react-native/React/**",
Expand All @@ -219,6 +220,7 @@
58B511F11A9E6C8500147676 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = ../../../../ios;
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
Expand Down
Binary file not shown.

0 comments on commit f5137f0

Please sign in to comment.