diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-04 22:45:30 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-04 22:45:30 +0200 |
| commit | e21ead77ffdff206d1ae17e5ce93ea34c4227414 (patch) | |
| tree | 816908ddf90aaf99a6476ab364f8a13c193b99c4 /Map/Info.plist | |
| parent | c843d34f56c207abcf4b93e424125eea2dc601e0 (diff) | |
Add new fonts and picker style.
Diffstat (limited to 'Map/Info.plist')
| -rw-r--r-- | Map/Info.plist | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Map/Info.plist b/Map/Info.plist index 07f3108..fb1a6fc 100644 --- a/Map/Info.plist +++ b/Map/Info.plist @@ -2,12 +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>UIAppFonts</key> - <array> - <string>Ronzino-Regular.otf</string> - <string>Ronzino-Medium.otf</string> - <string>LibertinusSerif-Regular.otf</string> - </array> + <key>ATSApplicationFontsPath</key> + <string>Fonts</string> <key>SUEnableInstallerLauncherService</key> <true/> <key>SUPublicEDKey</key> |