Commit 2f9d4d11 authored by teor's avatar teor Committed by Georg Koppen
Browse files

Bug 21724: Make Firefox and Tor Browser distinct macOS apps

When macOS opens a document or selects a default browser, it sometimes
uses the CFBundleSignature. Changing from the Firefox MOZB signature to
a different signature TORB allows macOS to distinguish between Firefox
and Tor Browser.
parent 3d553616
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,5 +90,5 @@ tools repackage:: $(DIST)/bin/$(MOZ_APP_NAME)
	$(MKDIR) -p $(dist_dest)/Contents/Library/LaunchServices
	mv -f $(dist_dest)/Contents/MacOS/updater.app/Contents/MacOS/org.mozilla.updater $(dist_dest)/Contents/Library/LaunchServices
	ln -s ../../../../Library/LaunchServices/org.mozilla.updater $(dist_dest)/Contents/MacOS/updater.app/Contents/MacOS/org.mozilla.updater
	printf APPLMOZB > $(dist_dest)/Contents/PkgInfo
	printf APPLTORB > $(dist_dest)/Contents/PkgInfo
endif
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@
	<key>CFBundleShortVersionString</key>
	<string>%APP_VERSION%</string>
	<key>CFBundleSignature</key>
	<string>MOZB</string>
	<string>TORB</string>
	<key>CFBundleURLTypes</key>
	<array>
		<dict>