vlc/vlc-2.2 | branch: master | David Fuhrmann <[email protected]> | 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> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
