From 14738704ede6dfa6ac79f362a9c1f7f40f470cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Mon, 11 Sep 2017 17:47:17 -0500 Subject: rename mvc at lvc --- mvc/osx/autoupdate.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 mvc/osx/autoupdate.py (limited to 'mvc/osx/autoupdate.py') diff --git a/mvc/osx/autoupdate.py b/mvc/osx/autoupdate.py deleted file mode 100644 index 7b17d47..0000000 --- a/mvc/osx/autoupdate.py +++ /dev/null @@ -1,9 +0,0 @@ -from Foundation import * - -def load_sparkle_framework(): - bundlePath = '%s/Sparkle.framework' % Foundation.NSBundle.mainBundle().privateFrameworksPath() - objc.loadBundle('Sparkle', globals(), bundle_path=bundlePath) - -def initialize(): - load_sparkle_framework() - SUUpdater.sharedUpdater().setAutomaticallyChecksForUpdates_(YES) -- cgit v1.2.3