Skip to content

Commit

Permalink
Merge pull request #275 from Microsoft/fix/manual-link-without-cocoapods
Browse files Browse the repository at this point in the history
Add Vendor to framework search paths
  • Loading branch information
guperrot authored Apr 3, 2018
2 parents 2961888 + 7bd2252 commit 0b3aa0d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(SRCROOT)/../../../ios/Vendor/**",
"$(SRCROOT)/../../../ios/Pods/**",
"$(inherited)",
);
Expand All @@ -247,6 +248,7 @@
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(SRCROOT)/../../../ios/Vendor/**",
"$(SRCROOT)/../../../ios/Pods/**",
"$(inherited)",
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../../ios/Pods/**",
"$(SRCROOT)/../../../ios/Vendor/**",
);
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../react-native/React/**";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
Expand All @@ -262,6 +263,7 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../../ios/Pods/**",
"$(SRCROOT)/../../../ios/Vendor/**",
);
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../react-native/React/**";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../../ios/Pods/**",
"$(SRCROOT)/../../../ios/Vendor/**",
);
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../react-native/React/**";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
Expand All @@ -265,6 +266,7 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../../ios/Pods/**",
"$(SRCROOT)/../../../ios/Vendor/**",
);
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../react-native/React/**";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
Expand Down
2 changes: 2 additions & 0 deletions appcenter/ios/AppCenterReactNative.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(SRCROOT)/../../../ios/Vendor/**",
"$(SRCROOT)/../../../ios/Pods/**",
"$(inherited)",
);
Expand All @@ -247,6 +248,7 @@
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(SRCROOT)/../../../ios/Vendor/**",
"$(SRCROOT)/../../../ios/Pods/**",
"$(inherited)",
);
Expand Down

0 comments on commit 0b3aa0d

Please sign in to comment.