Running "xcodebuild install" installs the framework to ~/Library/Frameworks, and doing a clean build no longer removes it.

This commit is contained in:
Kare Morstol
2014-08-28 00:24:02 +02:00
parent 85579f6b37
commit cf31b577bb
+1 -1
View File
@@ -455,7 +455,7 @@
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DEPLOYMENT_LOCATION = NO;
DSTROOT = /;
DSTROOT = "~/";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";