diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-04 17:06:28 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-04 17:06:28 +0200 |
| commit | c843d34f56c207abcf4b93e424125eea2dc601e0 (patch) | |
| tree | 415dc2d9be4be31e290e1dd1dedb0b630c5e8fc6 /Map/Info.plist | |
| parent | ed10ac191df473c92c4fec495aafa7f569d108c8 (diff) | |
Upgrade to Swift 6
Diffstat (limited to 'Map/Info.plist')
| -rw-r--r-- | Map/Info.plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Map/Info.plist b/Map/Info.plist index e862423..07f3108 100644 --- a/Map/Info.plist +++ b/Map/Info.plist @@ -2,6 +2,12 @@ <!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>SUEnableInstallerLauncherService</key> <true/> <key>SUPublicEDKey</key> |