From bd629f3a455f6de6784a3c8a7d5dc2bebc43c6c7 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Tue, 15 Dec 2015 15:39:09 -0800 Subject: [PATCH] Update iOS system font path (remove 'Cache' from path) --- project/src/backend/sdl/SDLSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/backend/sdl/SDLSystem.cpp b/project/src/backend/sdl/SDLSystem.cpp index d49732c57..5fec0b286 100644 --- a/project/src/backend/sdl/SDLSystem.cpp +++ b/project/src/backend/sdl/SDLSystem.cpp @@ -169,7 +169,7 @@ namespace lime { #elif defined (IPHONEOS) - return "/System/Library/Fonts/Cache"; + return "/System/Library/Fonts"; #elif defined (ANDROID)