Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #74 from tipsi/feature/fix-for-headers
Browse files Browse the repository at this point in the history
Fix framework search paths. Fixes (#11, #29)
  • Loading branch information
Nepherhotep authored Jun 24, 2017
2 parents 559d6f9 + 93ecbaf commit 6f479f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions ios/TPSStripe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,10 @@
3A3A7F241DC27B520030F9DC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = "${BUILT_PRODUCTS_DIR}/**";
FRAMEWORK_SEARCH_PATHS = (
"${BUILT_PRODUCTS_DIR}/**",
"$BUILD_DIR/$CONFIGURATION$EFFECTIVE_PLATFORM_NAME/Stripe/**",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -267,7 +270,10 @@
3A3A7F251DC27B520030F9DC /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = "${BUILT_PRODUCTS_DIR}/**";
FRAMEWORK_SEARCH_PATHS = (
"${BUILT_PRODUCTS_DIR}/**",
"$BUILD_DIR/$CONFIGURATION$EFFECTIVE_PLATFORM_NAME/Stripe/**",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tipsi-stripe",
"version": "3.1.0",
"version": "3.2.0",
"description": "React Native Stripe binding for iOS/Andriod platforms",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 6f479f0

Please sign in to comment.