Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions BlindFold Neue.glyphsReporter/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,12 @@
<key>CFBundleName</key>
<string>Blindfold Neue</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>UpdateFeedURL</key>
<string>https://github.com/3type/Blindfold-Neue/blob/master/BlindFold%20Neue.glyphsReporter/Contents/Info.plist</string>
<key>productPageURL</key>
<string>https://github.com/3type/Blindfold-Neue</string>
<key>productReleaseNotes</key>
<string>____LatestReleaseNotes____</string>
<string>3</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright, Mark Frömberg (@mark2mark), 2015–2019; Xiangdong Zeng, 2020</string>
<key>NSPrincipalClass</key>
<string>BlindFoldNeue</string>
<key>PyMainFileNames</key>
<array>
<string>plugin.py</string>
</array>
</dict>
</plist>
Binary file modified BlindFold Neue.glyphsReporter/Contents/MacOS/plugin
Binary file not shown.
1 change: 1 addition & 0 deletions BlindFold Neue.glyphsReporter/Contents/Resources/plugin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# encoding: utf-8
from __future__ import division, print_function, unicode_literals

###########################################################################################################
#
Expand Down