2013-10-21 23:17:51 -03:00
|
|
|
// Relaunch Tool only
|
|
|
|
|
2014-08-01 06:53:07 -04:00
|
|
|
INFOPLIST_FILE = Sparkle/Autoupdate/Autoupdate-Info.plist
|
|
|
|
PRODUCT_NAME = $(FINISH_INSTALL_TOOL_NAME)
|
2013-10-21 23:17:51 -03:00
|
|
|
SKIP_INSTALL = YES
|
2014-08-01 06:53:07 -04:00
|
|
|
GCC_PREFIX_HEADER = Sparkle/Autoupdate/Autoupdate.pch
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
|
|
|
OTHER_LDFLAGS = -Wl,-U,_NSURLQuarantinePropertiesKey
|