[tor-commits] [tor-messenger-build/master] Resolve ticket #20207

arlo at torproject.org arlo at torproject.org
Tue Oct 11 06:11:14 UTC 2016


commit 7a2c858e080c1862641c42d3a0df4f7eea6bddf9
Author: Vu Quoc Huy <huyvq.c633 at gmail.com>
Date:   Tue Oct 11 10:48:54 2016 +0700

    Resolve ticket #20207
---
 projects/instantbird/config           |  2 ++
 projects/instantbird/trac-20207.patch | 27 +++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/projects/instantbird/config b/projects/instantbird/config
index d6634c8..58c1f85 100644
--- a/projects/instantbird/config
+++ b/projects/instantbird/config
@@ -110,6 +110,8 @@ input_files:
   - filename: about-wordmark.png
   - filename: branding-aboutDialog.css
   - filename: updater-text.patch
+  - filename: trac-20207.patch
+    enable: '[% c("var/osx") %]'
   - filename: branding/osx.patch
     enable: '[% c("var/osx") %]'
   - filename: bug-1218193.patch
diff --git a/projects/instantbird/trac-20207.patch b/projects/instantbird/trac-20207.patch
new file mode 100644
index 0000000..b7720b9
--- /dev/null
+++ b/projects/instantbird/trac-20207.patch
@@ -0,0 +1,27 @@
+From c57457ede9853527f529fd4dd1337ede51f4f312 Mon Sep 17 00:00:00 2001
+From: Vu Quoc Huy <huyvq.c633 at gmail.com>
+Date: Tue, 11 Oct 2016 10:30:40 +0700
+Subject: [PATCH] Change CFBundleIdentifier to prevent notification sharing on
+ macOS
+
+* Resolve ticket #20207
+---
+ im/app/macbuild/Contents/Info.plist.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/im/app/macbuild/Contents/Info.plist.in b/im/app/macbuild/Contents/Info.plist.in
+index dc048c0..78a5305 100644
+--- a/im/app/macbuild/Contents/Info.plist.in
++++ b/im/app/macbuild/Contents/Info.plist.in
+@@ -11,7 +11,7 @@
+ 	<key>CFBundleIconFile</key>
+ 	<string>instantbird.icns</string>
+ 	<key>CFBundleIdentifier</key>
+-	<string>org.instantbird</string>
++	<string>org.mozilla.tor messenger</string>
+ 	<key>CFBundleInfoDictionaryVersion</key>
+ 	<string>6.0</string>
+ 	<key>CFBundleName</key>
+-- 
+2.7.4
+



More information about the tor-commits mailing list