diff --git a/data/graphical_restrictions.xml b/data/graphical_restrictions.xml
index fb57f6307..ac7b759c4 100644
--- a/data/graphical_restrictions.xml
+++ b/data/graphical_restrictions.xml
@@ -39,5 +39,7 @@
+
+
diff --git a/src/graphics/graphics_restrictions.cpp b/src/graphics/graphics_restrictions.cpp
index ee796b11c..5cb8434a6 100644
--- a/src/graphics/graphics_restrictions.cpp
+++ b/src/graphics/graphics_restrictions.cpp
@@ -451,6 +451,8 @@ public:
{
#if defined(__linux__) && !defined(ANDROID)
if(m_os!="linux") return false;
+#elif defined(IOS_STK)
+ if(m_os!="ios") return false;
#elif defined(WIN32)
if(m_os!="windows") return false;
#elif defined(__APPLE__)