[vlc-commits] macosx: sparkle: Disable automatic update installation

David Fuhrmann git at videolan.org
Sun Aug 27 16:51:37 CEST 2017


vlc/vlc-2.2 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Thu Aug 31 16:48:02 2017 +0200| [d03c191185911399ddbe7b48af613318e4f3473b] | committer: David Fuhrmann

macosx: sparkle: Disable automatic update installation

As recommended by [1], apps using Sparkle < 1.11.1 shall disable
automatic update installation as they might be failures during
update at shutdown.
Only for vlc-2.2, as this will be fixed by the sparkle version
going to be used in vlc.git.

[1] https://sparkle-project.org/documentation/upgrading/

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=d03c191185911399ddbe7b48af613318e4f3473b
---

 extras/package/macosx/Info.plist.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in
index 3b1bf502d5..418f7727be 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -1346,6 +1346,8 @@
 	<string>http://update.videolan.org/vlc/sparkle/vlc-intel64.xml</string>
 	<key>SUPublicDSAKeyFile</key>
 	<string>dsa_pub.pem</string>
+	<key>SUAllowsAutomaticUpdates</key>
+		<false/>
 	<key>NSAppTransportSecurity</key>
 	<dict>
 	<key>NSAllowsArbitraryLoads</key>



More information about the vlc-commits mailing list