summaryrefslogtreecommitdiff
path: root/platform/macos/app/Info.plist
diff options
context:
space:
mode:
authorAndrew Kitchen <andrew.kitchen@mapbox.com>2017-12-15 16:07:14 -0800
committerAndrew Kitchen <akitchen@gmail.com>2018-01-02 18:46:40 -0500
commit54c4b8331272579a61c7ad82d711e3c8abf789f4 (patch)
tree3039432ee9aa3965feaf68f28e713bed75ebc306 /platform/macos/app/Info.plist
parentac32b41493956e6b03ab13475f27a4dcd64355ae (diff)
downloadqtlocation-mapboxgl-54c4b8331272579a61c7ad82d711e3c8abf789f4.tar.gz
[ios, macos] Updates documentation with default CJK font recommendations
Also updates the font to use for rendering CJK ideographs in our sample apps to `PingFang TC`, as simply specifying `PingFang` was always triggering iOS's font fallback behavior. [Fixes #10675]
Diffstat (limited to 'platform/macos/app/Info.plist')
-rw-r--r--platform/macos/app/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/macos/app/Info.plist b/platform/macos/app/Info.plist
index 21b86bfc75..8bb225358c 100644
--- a/platform/macos/app/Info.plist
+++ b/platform/macos/app/Info.plist
@@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
+ <key>MGLIdeographicFontFamilyName</key>
+ <string>PingFang TC</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDocumentTypes</key>