Hopefully fixed Sparkle this time
parent
59868fb2c3
commit
efcbb5be50
|
@ -1,6 +1,6 @@
|
|||
// Framework only
|
||||
|
||||
DYLIB_INSTALL_NAME_BASE = @rpath
|
||||
DYLIB_INSTALL_NAME_BASE = @loader_path/../Frameworks
|
||||
DYLIB_COMPATIBILITY_VERSION = 1.6
|
||||
DYLIB_CURRENT_VERSION = $(SPARKLE_VERSION_MAJOR).$(SPARKLE_VERSION_MINOR).$(SPARKLE_VERSION_PATCH)
|
||||
PRODUCT_NAME = Sparkle
|
||||
|
|
|
@ -1732,7 +1732,6 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = FA1941CF0D94A70100DD942E /* ConfigCommonDebug.xcconfig */;
|
||||
buildSettings = {
|
||||
INSTALL_PATH = "@loader_path/../Frameworks";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
|
@ -1740,7 +1739,6 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = FA1941CC0D94A70100DD942E /* ConfigCommonRelease.xcconfig */;
|
||||
buildSettings = {
|
||||
INSTALL_PATH = "@loader_path/../Frameworks";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue