5 'xcode_config_file': '../Configurations/DebugRelease.xcconfig',
8 'target_name': 'JavaScriptGlue',
9 'type': 'shared_library',
15 '../ForwardingHeaders',
17 '<(PRODUCT_DIR)/include',
20 '<@(javascriptglue_files)',
21 '<(PRODUCT_DIR)/JavaScriptCore.framework',
22 '$(SDKROOT)/System/Library/Frameworks/CoreServices.framework',
23 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
24 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
26 'xcode_config_file': '../Configurations/JavaScriptGlue.xcconfig',
30 'default_configuration': 'Debug',
32 'WEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST',
36 'postbuild_name': 'Check For Global Initializers',
38 'sh', 'run-if-exists.sh', 'check-for-global-initializers'
42 'postbuild_name': 'Check For Weak VTables and Externals',
44 'sh', 'run-if-exists.sh', 'check-for-weak-vtables-and-externals'
48 'postbuild_name': 'Remove Headers If Needed',
50 'sh', 'remove-headers-if-needed.sh'
61 'target_name': 'Update Version',
65 'action_name': 'Update Info.plist with version information',
69 'sh', 'update-info-plist.sh'