Link Sparkle frameworks

This commit is contained in:
probablycorey 2014-01-20 16:25:48 -08:00
parent 400e963b8b
commit a6c92f20c8

View file

@ -199,11 +199,12 @@
}], # OS=="win" }], # OS=="win"
], ],
'fix_framework_link_command': [ 'fix_framework_link_command': [
'install_name_tool', # TODO: I have no idea if this is needed for Squirrel
'-change', # 'install_name_tool',
'@loader_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle', # '-change',
'@rpath/Sparkle.framework/Versions/A/Sparkle', # '@loader_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle',
'${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}' # '@rpath/Sparkle.framework/Versions/A/Sparkle',
# '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}'
], ],
'atom_source_root': '<!(python tools/atom_source_root.py)', 'atom_source_root': '<!(python tools/atom_source_root.py)',
}, },
@ -263,7 +264,9 @@
'files': [ 'files': [
'<(PRODUCT_DIR)/<(product_name) Helper.app', '<(PRODUCT_DIR)/<(product_name) Helper.app',
'<(PRODUCT_DIR)/<(framework_name).framework', '<(PRODUCT_DIR)/<(framework_name).framework',
'frameworks/Sparkle.framework', 'frameworks/Squirrel.framework',
'frameworks/ReactiveCocoa.framework',
'frameworks/Mantle.framework',
], ],
}, },
{ {
@ -494,7 +497,9 @@
'link_settings': { 'link_settings': {
'libraries': [ 'libraries': [
'$(SDKROOT)/System/Library/Frameworks/Carbon.framework', '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
'frameworks/Sparkle.framework', 'frameworks/Squirrel.framework',
'frameworks/ReactiveCocoa.framework',
'frameworks/Mantle.framework',
], ],
}, },
'mac_bundle': 1, 'mac_bundle': 1,