diff --git a/setup/swc-installation-test-2.py b/setup/swc-installation-test-2.py index b545dda..89d6d46 100755 --- a/setup/swc-installation-test-2.py +++ b/setup/swc-installation-test-2.py @@ -579,6 +579,8 @@ def _get_version(self): 'textmate', 'TextMate'), ([_os.path.join(_os.sep, 'Applications', 'TextWrangler.app')], 'textwrangler', 'TextWrangler'), + ([_os.path.join(_os.sep, 'Applications', 'Safari.app')], + 'safari', 'Safari'), ([_os.path.join(_os.sep, 'Applications', 'Xcode.app'), # OS X >=1.7 _os.path.join(_os.sep, 'Developer', 'Applications', 'Xcode.app' ) # OS X 1.6, @@ -792,6 +794,7 @@ def _check(self): 'firefox', 'google-chrome', 'chromium', + 'safari', )), ('virtual-pypi-installer', 'PyPI installer', ( 'easy_install',