From faed5b237b1cf737ee590398dd472fe59c148cea Mon Sep 17 00:00:00 2001 From: reuk Date: Tue, 21 Apr 2020 14:04:00 +0100 Subject: [PATCH] CMake: Simplify docs re. iOS screen orientations --- examples/CMake/readme.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/CMake/readme.md b/examples/CMake/readme.md index f1ba08f6ed..1f3dc81f55 100644 --- a/examples/CMake/readme.md +++ b/examples/CMake/readme.md @@ -190,14 +190,12 @@ attributes directly to these creation functions, rather than adding them later. - `IPHONE_SCREEN_ORIENTATIONS` - May be one or more of `UIInterfaceOrientationUnknown`, `UIInterfaceOrientationPortrait`, `UIInterfaceOrientationPortraitUpsideDown`, `UIInterfaceOrientationLandscapeLeft`, or - `UIInterfaceOrientationLandscapeRight`. These should be surrounded in double-quotes and - separated by semi-colons (`;`). Adds appropriate entries to an iOS app's plist. + `UIInterfaceOrientationLandscapeRight`. Adds appropriate entries to an iOS app's plist. - `IPAD_SCREEN_ORIENTATIONS` - May be one or more of `UIInterfaceOrientationUnknown`, `UIInterfaceOrientationPortrait`, `UIInterfaceOrientationPortraitUpsideDown`, `UIInterfaceOrientationLandscapeLeft`, or - `UIInterfaceOrientationLandscapeRight`. These should be surrounded in double-quotes and - separated by semi-colons (`;`). Adds appropriate entries to an iOS app's plist. + `UIInterfaceOrientationLandscapeRight`. Adds appropriate entries to an iOS app's plist. - `LAUNCH_STORYBOARD_FILE` - A custom launch storyboard file to use on iOS. If not supplied, a default storyboard will be