diff --git a/FilterListManager.glyphsPlugin/Contents/Info.plist b/FilterListManager.glyphsPlugin/Contents/Info.plist index 16ddb15..c971cbb 100644 --- a/FilterListManager.glyphsPlugin/Contents/Info.plist +++ b/FilterListManager.glyphsPlugin/Contents/Info.plist @@ -3,9 +3,7 @@ CFBundleDevelopmentRegion - English - CFBundleDisplayName - Filter List Manager + en CFBundleExecutable plugin CFBundleIdentifier @@ -14,12 +12,10 @@ 6.0 CFBundleName FilterListManager - CFBundlePackageType - BNDL - CFBundleVersion - 50 CFBundleShortVersionString - 0.5.0 + 0.5.1 + CFBundleVersion + 51 UpdateFeedURL https://raw.githubusercontent.com/source-foundry/FilterListManager/master/FilterListManager.glyphsPlugin/Contents/Info.plist productPageURL @@ -30,9 +26,5 @@ Copyright 2018 Christopher Simpkins, Apache License 2.0 NSPrincipalClass FilterListManager - PyMainFileNames - - ../MacOS/main.py - diff --git a/FilterListManager.glyphsPlugin/Contents/MacOS/main.py b/FilterListManager.glyphsPlugin/Contents/MacOS/main.py deleted file mode 100644 index 028888c..0000000 --- a/FilterListManager.glyphsPlugin/Contents/MacOS/main.py +++ /dev/null @@ -1,16 +0,0 @@ -def _run(script): - global __file__ - import os, sys - sys.frozen = 'macosx_plugin' - base = os.environ['RESOURCEPATH'] - __file__ = path = os.path.join(base, script) - if sys.version_info[0] == 2: - with open(path, 'rU') as fp: - source = fp.read() + "\n" - else: - with open(path, 'r', encoding='utf-8') as fp: - source = fp.read() + '\n' - - exec(compile(source, path, 'exec'), globals(), globals()) - -_run('plugin.py') diff --git a/FilterListManager.glyphsPlugin/Contents/MacOS/plugin b/FilterListManager.glyphsPlugin/Contents/MacOS/plugin index b21f0e4..82bb118 100755 Binary files a/FilterListManager.glyphsPlugin/Contents/MacOS/plugin and b/FilterListManager.glyphsPlugin/Contents/MacOS/plugin differ diff --git a/FilterListManager.glyphsPlugin/Contents/PkgInfo b/FilterListManager.glyphsPlugin/Contents/PkgInfo deleted file mode 100644 index 19a9cf6..0000000 --- a/FilterListManager.glyphsPlugin/Contents/PkgInfo +++ /dev/null @@ -1 +0,0 @@ -BNDL???? \ No newline at end of file