Inlude fontconfig's etc/fonts in macOS app bundle.

Graphviz now uses fontconfig to find its fonts.
Fixes #12370
This commit is contained in:
John Ralls
2021-07-29 15:13:45 -07:00
parent 358a6b118b
commit ae7a2500de
2 changed files with 8 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Gramps</string>
<key>CFBundleGetInfoString</key>
<string>Gramps-5.1.4-1, (C) 1997-2021 The Gramps Team http://www.gramps-project.org</string>
<string>Gramps-5.1.4-2, (C) 1997-2021 The Gramps Team http://www.gramps-project.org</string>
<key>CFBundleIconFile</key>
<string>gramps.icns</string>
<key>CFBundleIdentifier</key>
@@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Gramps-5.1.4-1</string>
<string>Gramps-5.1.4-2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>Gramps-5.1.4-1</string>
<string>Gramps-5.1.4-2</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1997 - 2021 The Gramps Team, GNU General Public License.</string>
<key>LSMinimumSystemVersion</key>