diff --git a/BlindFold Neue.glyphsReporter/Contents/Info.plist b/BlindFold Neue.glyphsReporter/Contents/Info.plist index 24ab3e9..23849f4 100644 --- a/BlindFold Neue.glyphsReporter/Contents/Info.plist +++ b/BlindFold Neue.glyphsReporter/Contents/Info.plist @@ -13,22 +13,12 @@ CFBundleName Blindfold Neue CFBundleShortVersionString - 1.0 + 1.0.1 CFBundleVersion - 1 - UpdateFeedURL - https://github.com/3type/Blindfold-Neue/blob/master/BlindFold%20Neue.glyphsReporter/Contents/Info.plist - productPageURL - https://github.com/3type/Blindfold-Neue - productReleaseNotes - ____LatestReleaseNotes____ + 3 NSHumanReadableCopyright Copyright, Mark Frömberg (@mark2mark), 2015–2019; Xiangdong Zeng, 2020 NSPrincipalClass BlindFoldNeue - PyMainFileNames - - plugin.py - diff --git a/BlindFold Neue.glyphsReporter/Contents/MacOS/plugin b/BlindFold Neue.glyphsReporter/Contents/MacOS/plugin index 2cae80c..ce7d93c 100755 Binary files a/BlindFold Neue.glyphsReporter/Contents/MacOS/plugin and b/BlindFold Neue.glyphsReporter/Contents/MacOS/plugin differ diff --git a/BlindFold Neue.glyphsReporter/Contents/Resources/plugin.py b/BlindFold Neue.glyphsReporter/Contents/Resources/plugin.py index e563617..10cbf45 100755 --- a/BlindFold Neue.glyphsReporter/Contents/Resources/plugin.py +++ b/BlindFold Neue.glyphsReporter/Contents/Resources/plugin.py @@ -1,4 +1,5 @@ # encoding: utf-8 +from __future__ import division, print_function, unicode_literals ########################################################################################################### #