No more use of QuincyKit.

This commit is contained in:
Cheng Zhao 2013-11-13 13:34:18 +08:00
parent 57bee8b788
commit 85428d8eb3

View file

@ -187,9 +187,6 @@
'-change', '-change',
'@loader_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle', '@loader_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle',
'@rpath/Sparkle.framework/Versions/A/Sparkle', '@rpath/Sparkle.framework/Versions/A/Sparkle',
'-change',
'@executable_path/../Frameworks/Quincy.framework/Versions/A/Quincy',
'@rpath/Quincy.framework/Versions/A/Quincy',
'${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}' '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}'
], ],
'atom_source_root': '<!(python tools/atom_source_root.py)', 'atom_source_root': '<!(python tools/atom_source_root.py)',
@ -251,7 +248,6 @@
'<(PRODUCT_DIR)/<(product_name) Helper.app', '<(PRODUCT_DIR)/<(product_name) Helper.app',
'<(PRODUCT_DIR)/<(product_name).framework', '<(PRODUCT_DIR)/<(product_name).framework',
'frameworks/Sparkle.framework', 'frameworks/Sparkle.framework',
'frameworks/Quincy.framework',
], ],
}, },
{ {
@ -418,7 +414,6 @@
'libraries': [ 'libraries': [
'$(SDKROOT)/System/Library/Frameworks/Carbon.framework', '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
'frameworks/Sparkle.framework', 'frameworks/Sparkle.framework',
'frameworks/Quincy.framework',
], ],
}, },
'mac_bundle': 1, 'mac_bundle': 1,