[tor-commits] [meek/master] Use the headless TorBrowser.app.meek-http-helper directory on mac.

dcf at torproject.org dcf at torproject.org
Sat May 24 23:34:15 UTC 2014


commit 29ad534cc01d52cf076dd961062cdca7e007d105
Author: David Fifield <david at bamsoftware.com>
Date:   Sat May 24 13:03:31 2014 -0700

    Use the headless TorBrowser.app.meek-http-helper directory on mac.
    
    To match tor-browser-bundle changes based on
    https://trac.torproject.org/projects/tor/ticket/11429#comment:5.
---
 meek-client-torbrowser/mac.go |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meek-client-torbrowser/mac.go b/meek-client-torbrowser/mac.go
index dbc8c8f..6e00d05 100644
--- a/meek-client-torbrowser/mac.go
+++ b/meek-client-torbrowser/mac.go
@@ -6,6 +6,9 @@
 package main
 
 const (
-	firefoxPath        = "../Contents/MacOS/TorBrowser.app/Contents/MacOS/firefox"
+	// The TorBrowser.app.meek-http-helper directory is a special case for
+	// the mac bundle. It is a copy of TorBrowser.app that has a modified
+	// Info.plist file so that it doesn't show a dock icon.
+	firefoxPath        = "../Contents/MacOS/TorBrowser.app.meek-http-helper/Contents/MacOS/firefox"
 	firefoxProfilePath = "../Data/Browser/profile.meek-http-helper"
 )



More information about the tor-commits mailing list