Set ATSApplicationFontsPath in Mac app bundle

This is required to allow loading private fonts from the bundle
Resources/Fonts subdirectory and doesn't seem to have any negative
consequences for the applications which don't need this functionality.
This commit is contained in:
Vadim Zeitlin
2017-11-13 15:23:44 +01:00
parent 5d134711a1
commit 5c17c4b745

View File

@@ -41,5 +41,7 @@
<true/>
<key>CSResourcesFileMapped</key>
<true/>
<key>ATSApplicationFontsPath</key>
<string>Fonts</string>
</dict>
</plist>