Hopefully fixed Sparkle this time
parent
59868fb2c3
commit
efcbb5be50
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue