mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
cocoa: remove Sparkle
It's a deployment headache. Old sparkle versions generate runtime warnings about security and up to date version requires me to compile on 10.10, but after many tries, it seems that I absolutely need to build on my minimum requirements version which is 10.8. So screw Sparkle.
This commit is contained in:
6
build.py
6
build.py
@@ -106,12 +106,6 @@ def build_xibless(dest='cocoa/autogen'):
|
||||
)
|
||||
|
||||
def build_cocoa(dev):
|
||||
sparkle_framework_path = op.join('cocoa', 'Sparkle', 'build', 'Release', 'Sparkle.framework')
|
||||
if not op.exists(sparkle_framework_path):
|
||||
print("Building Sparkle")
|
||||
os.chdir(op.join('cocoa', 'Sparkle'))
|
||||
print_and_do('make build')
|
||||
os.chdir(op.join('..', '..'))
|
||||
print("Creating OS X app structure")
|
||||
app = cocoa_app()
|
||||
app_version = get_module_version('core')
|
||||
|
||||
Reference in New Issue
Block a user