From 0cfc80dede1a53b10f86360eba082d952fd4ec09 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Tue, 5 Sep 2017 11:53:49 -0700 Subject: [PATCH] Fix iOS simulator builds. (flutter/engine#4062) --- engine/src/flutter/third_party/txt/src/txt/platform_mac.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/third_party/txt/src/txt/platform_mac.mm b/engine/src/flutter/third_party/txt/src/txt/platform_mac.mm index b15ce10ef3..8b6bb9c33c 100644 --- a/engine/src/flutter/third_party/txt/src/txt/platform_mac.mm +++ b/engine/src/flutter/third_party/txt/src/txt/platform_mac.mm @@ -5,7 +5,7 @@ #include #include "txt/platform.h" -#if TARGET_OS_EMBEDDED +#if TARGET_OS_EMBEDDED || TARGET_OS_SIMULATOR #include #define FONT_CLASS UIFont #else // TARGET_OS_EMBEDDED