diff --git a/examples/AnimationAppExample/Builds/iOS/Info.plist b/examples/AnimationAppExample/Builds/iOS/Info.plist
index 33e5126b74..5492ef70fb 100644
--- a/examples/AnimationAppExample/Builds/iOS/Info.plist
+++ b/examples/AnimationAppExample/Builds/iOS/Info.plist
@@ -27,5 +27,11 @@
NSHighResolutionCapable
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
diff --git a/examples/AudioAppExample/Builds/iOS/Info.plist b/examples/AudioAppExample/Builds/iOS/Info.plist
index 00e1bdf348..25c6eec823 100644
--- a/examples/AudioAppExample/Builds/iOS/Info.plist
+++ b/examples/AudioAppExample/Builds/iOS/Info.plist
@@ -27,5 +27,11 @@
NSHighResolutionCapable
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
diff --git a/examples/Demo/Builds/iOS/Info.plist b/examples/Demo/Builds/iOS/Info.plist
index 64a0c7f966..a103b3ae1a 100644
--- a/examples/Demo/Builds/iOS/Info.plist
+++ b/examples/Demo/Builds/iOS/Info.plist
@@ -27,5 +27,11 @@
NSHighResolutionCapable
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
diff --git a/examples/HelloWorld/Builds/iOS/Info.plist b/examples/HelloWorld/Builds/iOS/Info.plist
index 2f50e5bc7a..3f0808439e 100644
--- a/examples/HelloWorld/Builds/iOS/Info.plist
+++ b/examples/HelloWorld/Builds/iOS/Info.plist
@@ -27,5 +27,11 @@
Raw Material Software Ltd.
NSHighResolutionCapable
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
diff --git a/examples/OpenGLAppExample/Builds/iOS/Info.plist b/examples/OpenGLAppExample/Builds/iOS/Info.plist
index c48ef985a6..c869c5d3fc 100644
--- a/examples/OpenGLAppExample/Builds/iOS/Info.plist
+++ b/examples/OpenGLAppExample/Builds/iOS/Info.plist
@@ -27,5 +27,11 @@
NSHighResolutionCapable
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+