Skip to content

Commit

Permalink
Merge pull request #1 from bloom/josho/skipInstall
Browse files Browse the repository at this point in the history
Enabled the skip install option, was causing app archive builds to work poorly.
  • Loading branch information
bjhomer authored Oct 13, 2016
2 parents 3ac04ea + 93acb16 commit 5604f42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PromiseKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@
LD_DYLIB_INSTALL_NAME = "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2,3,4";
};
name = Debug;
Expand Down Expand Up @@ -893,6 +894,7 @@
LD_DYLIB_INSTALL_NAME = "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2,3,4";
};
name = Release;
Expand Down

0 comments on commit 5604f42

Please sign in to comment.