[vlc-commits] macosx: sparkle: Disable automatic update installation
David Fuhrmann
git at videolan.org
Sun Aug 27 17:16:47 CEST 2017
vlc/vlc-2.2 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Aug 27 17:16:08 2017 +0200| [a9ac5a39a4250f2a1c59e5d24158fc064f37387f] | 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=a9ac5a39a4250f2a1c59e5d24158fc064f37387f
---
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