diff --git a/cmd/gio/iosbuild.go b/cmd/gio/iosbuild.go
index 3ca196fb..07b6d9d3 100644
--- a/cmd/gio/iosbuild.go
+++ b/cmd/gio/iosbuild.go
@@ -248,6 +248,12 @@ func buildInfoPlist(bi *buildInfo) string {
1
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
`, bi.appID, appName, bi.version, bi.version, platform)
}