Index: tools/sk_tool_utils.cpp |
diff --git a/tools/sk_tool_utils.cpp b/tools/sk_tool_utils.cpp |
index 8303f0979d4407e97b81c2d2e89ef3c66b5c5b18..9f398e2fc038a711b359b39384633b529a3f38e0 100644 |
--- a/tools/sk_tool_utils.cpp |
+++ b/tools/sk_tool_utils.cpp |
@@ -71,7 +71,7 @@ const char* platform_os_emoji() { |
if (!strcmp(osName, "Android") || !strcmp(osName, "Ubuntu")) { |
return "CBDT"; |
} |
- if (!strncmp(osName, "Mac", 3)) { |
+ if (!strncmp(osName, "Mac", 3) || !strncmp(osName, "iOS", 3)) { |
return "SBIX"; |
} |
if (!strncmp(osName, "Win", 3)) { |