[cantarell-fonts] Actually leave Glyphs.app appVersion in
- From: Nikolaus Waxweiler <nwaxweiler src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cantarell-fonts] Actually leave Glyphs.app appVersion in
- Date: Tue, 22 Dec 2020 22:27:46 +0000 (UTC)
commit f370906af4bd316282abfba3392f4985e3f0b897
Author: Nikolaus Waxweiler <madigens gmail com>
Date: Tue Dec 22 21:53:01 2020 +0000
Actually leave Glyphs.app appVersion in
Prevents Glyphs.app from "upgrading" things.
scripts/normalize.py | 1 +
src/Cantarell-Bold.ufo/lib.plist | 2 ++
src/Cantarell-Light.ufo/lib.plist | 2 ++
src/Cantarell-Regular.ufo/lib.plist | 2 ++
4 files changed, 7 insertions(+)
---
diff --git a/scripts/normalize.py b/scripts/normalize.py
index 85b96b43..0e700a9c 100644
--- a/scripts/normalize.py
+++ b/scripts/normalize.py
@@ -36,6 +36,7 @@ for ufo_path in source_directory.glob("*.ufo"):
or (
k
in {
+ "com.schriftgestaltung.appVersion",
"com.schriftgestaltung.fontMasterID",
"com.schriftgestaltung.customParameter.GSFont.disablesLastChange",
"com.schriftgestaltung.customParameter.GSFontMaster.paramArea",
diff --git a/src/Cantarell-Bold.ufo/lib.plist b/src/Cantarell-Bold.ufo/lib.plist
index c61db2e4..c7a07705 100644
--- a/src/Cantarell-Bold.ufo/lib.plist
+++ b/src/Cantarell-Bold.ufo/lib.plist
@@ -833,6 +833,8 @@
<integer>1</integer>
</dict>
</array>
+ <key>com.schriftgestaltung.appVersion</key>
+ <string>1342</string>
<key>com.schriftgestaltung.customParameter.GSFont.disablesLastChange</key>
<true/>
<key>com.schriftgestaltung.customParameter.GSFontMaster.paramArea</key>
diff --git a/src/Cantarell-Light.ufo/lib.plist b/src/Cantarell-Light.ufo/lib.plist
index 1b5c54fe..185edc51 100644
--- a/src/Cantarell-Light.ufo/lib.plist
+++ b/src/Cantarell-Light.ufo/lib.plist
@@ -833,6 +833,8 @@
<integer>1</integer>
</dict>
</array>
+ <key>com.schriftgestaltung.appVersion</key>
+ <string>1342</string>
<key>com.schriftgestaltung.customParameter.GSFont.disablesLastChange</key>
<true/>
<key>com.schriftgestaltung.customParameter.GSFontMaster.paramArea</key>
diff --git a/src/Cantarell-Regular.ufo/lib.plist b/src/Cantarell-Regular.ufo/lib.plist
index f5abfb20..62f0dc14 100644
--- a/src/Cantarell-Regular.ufo/lib.plist
+++ b/src/Cantarell-Regular.ufo/lib.plist
@@ -833,6 +833,8 @@
<integer>1</integer>
</dict>
</array>
+ <key>com.schriftgestaltung.appVersion</key>
+ <string>1342</string>
<key>com.schriftgestaltung.customParameter.GSFont.disablesLastChange</key>
<true/>
<key>com.schriftgestaltung.customParameter.GSFontMaster.paramArea</key>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]