1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

cocoa: remove iPhoto and Aperture support

These apps don't exist anymore.
This commit is contained in:
Virgil Dupras
2016-06-01 22:34:16 -04:00
parent 3093a42553
commit f8686ffb55
6 changed files with 7 additions and 355 deletions

View File

@@ -129,11 +129,10 @@ def build_cocoa(edition, dev):
if not op.exists(pydep_folder):
os.mkdir(pydep_folder)
shutil.copy(op.join(cocoa_project_path, 'dg_cocoa.py'), 'build')
appscript_pkgs = ['appscript', 'aem', 'mactypes', 'osax']
specific_packages = {
'se': ['core_se'],
'me': ['core_me'] + appscript_pkgs + ['hsaudiotag'],
'pe': ['core_pe'] + appscript_pkgs,
'me': ['core_me', 'hsaudiotag'],
'pe': ['core_pe'],
}[edition]
tocopy = [
'core', 'hscommon', 'cocoa/inter', 'cocoalib/cocoa', 'objp', 'send2trash'