Hopefully fixed Sparkle this time

CQTexperiment
Chris Moeller 2014-09-03 10:18:28 -07:00
parent 59868fb2c3
commit efcbb5be50
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
// Framework only // Framework only
DYLIB_INSTALL_NAME_BASE = @rpath DYLIB_INSTALL_NAME_BASE = @loader_path/../Frameworks
DYLIB_COMPATIBILITY_VERSION = 1.6 DYLIB_COMPATIBILITY_VERSION = 1.6
DYLIB_CURRENT_VERSION = $(SPARKLE_VERSION_MAJOR).$(SPARKLE_VERSION_MINOR).$(SPARKLE_VERSION_PATCH) DYLIB_CURRENT_VERSION = $(SPARKLE_VERSION_MAJOR).$(SPARKLE_VERSION_MINOR).$(SPARKLE_VERSION_PATCH)
PRODUCT_NAME = Sparkle PRODUCT_NAME = Sparkle

View File

@ -1732,7 +1732,6 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
baseConfigurationReference = FA1941CF0D94A70100DD942E /* ConfigCommonDebug.xcconfig */; baseConfigurationReference = FA1941CF0D94A70100DD942E /* ConfigCommonDebug.xcconfig */;
buildSettings = { buildSettings = {
INSTALL_PATH = "@loader_path/../Frameworks";
}; };
name = Debug; name = Debug;
}; };
@ -1740,7 +1739,6 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
baseConfigurationReference = FA1941CC0D94A70100DD942E /* ConfigCommonRelease.xcconfig */; baseConfigurationReference = FA1941CC0D94A70100DD942E /* ConfigCommonRelease.xcconfig */;
buildSettings = { buildSettings = {
INSTALL_PATH = "@loader_path/../Frameworks";
}; };
name = Release; name = Release;
}; };