[tor-commits] [tor-messenger-build/master] Remove osx-saved-application-state.patch merged upstream

sukhbir at torproject.org sukhbir at torproject.org
Thu Jul 16 12:28:32 UTC 2015


commit f4e120027cf7ae7e08a14a01b2a09405d44739bd
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Thu Jul 16 08:28:22 2015 -0400

    Remove osx-saved-application-state.patch merged upstream
---
 projects/instantbird/config                        |    2 --
 .../instantbird/osx-saved-application-state.patch  |   26 --------------------
 2 files changed, 28 deletions(-)

diff --git a/projects/instantbird/config b/projects/instantbird/config
index 9cd0343..e23de89 100644
--- a/projects/instantbird/config
+++ b/projects/instantbird/config
@@ -105,8 +105,6 @@ input_files:
   - filename: branding/about.png
   - filename: branding/osx.patch
     enable: '[% c("var/osx") %]'
-  - filename: osx-saved-application-state.patch
-    enable: '[% c("var/osx") %]'
   - filename: cert-installer.patch
     enable: '[% c("var/osx") %]'
   - filename: cert_override.txt
diff --git a/projects/instantbird/osx-saved-application-state.patch b/projects/instantbird/osx-saved-application-state.patch
deleted file mode 100644
index e92e6f7..0000000
--- a/projects/instantbird/osx-saved-application-state.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-# HG changeset patch
-# User Arlo Breault <arlolra at gmail.com>
-# Date 1436500709 25200
-#      Thu Jul 09 20:58:29 2015 -0700
-# Node ID 1464e4f7b9d0578859a3c25b55b096be83c782a7
-# Parent  dfe08be4ec2350ca30eb7bc9f95f0ab363f25a10
-Set NSDisablePersistence to prevent disk leaks.
-
-diff --git a/im/app/macbuild/Contents/Info.plist.in b/im/app/macbuild/Contents/Info.plist.in
---- a/im/app/macbuild/Contents/Info.plist.in
-+++ b/im/app/macbuild/Contents/Info.plist.in
-@@ -25,12 +25,14 @@
- 	<key>CFBundleVersion</key>
- 	<string>%APP_VERSION%</string>
- 	<key>NSAppleScriptEnabled</key>
- 	<true/>
- 	<key>LSMinimumSystemVersion</key>
- 	<string>10.6.0</string>
- 	<key>NSSupportsAutomaticGraphicsSwitching</key>
- 	<true/>
-+	<key>NSDisablePersistence</key>
-+	<true/>
- 	<key>NSPrincipalClass</key>
- 	<string>GeckoNSApplication</string>
- </dict>
- </plist>



More information about the tor-commits mailing list