swc-installation-test-2.py: Add 'safari'
authorW. Trevor King <wking@tremily.us>
Wed, 6 Mar 2013 03:37:50 +0000 (22:37 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 6 Mar 2013 03:37:50 +0000 (22:37 -0500)
This works adds support for virtual-browser on OS X.  Matt Davis
reports the locations of Firefox and Chrome as:

  /Applications/Firefox.app
  /Applications/Google\ Chrome.app

but I'm not sure where the executables live underneath those
directories, which we'd probably need if we wanted to extract version
numbers.

setup/swc-installation-test-2.py

index b545dda9b5573dd6b3a12a6764a045dd82a92a0c..89d6d46b39ec57f8012b7294737a8ce3f78313db 100755 (executable)
@@ -579,6 +579,8 @@ for paths,name,long_name in [
          '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 @@ for name,long_name,dependencies in [
             'firefox',
             'google-chrome',
             'chromium',
+            'safari',
             )),
         ('virtual-pypi-installer', 'PyPI installer', (
             'easy_install',