mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CMake: Simplify docs re. iOS screen orientations
This commit is contained in:
parent
47508cb0a0
commit
faed5b237b
1 changed files with 2 additions and 4 deletions
|
|
@ -190,14 +190,12 @@ attributes directly to these creation functions, rather than adding them later.
|
||||||
- `IPHONE_SCREEN_ORIENTATIONS`
|
- `IPHONE_SCREEN_ORIENTATIONS`
|
||||||
- May be one or more of `UIInterfaceOrientationUnknown`, `UIInterfaceOrientationPortrait`,
|
- May be one or more of `UIInterfaceOrientationUnknown`, `UIInterfaceOrientationPortrait`,
|
||||||
`UIInterfaceOrientationPortraitUpsideDown`, `UIInterfaceOrientationLandscapeLeft`, or
|
`UIInterfaceOrientationPortraitUpsideDown`, `UIInterfaceOrientationLandscapeLeft`, or
|
||||||
`UIInterfaceOrientationLandscapeRight`. These should be surrounded in double-quotes and
|
`UIInterfaceOrientationLandscapeRight`. Adds appropriate entries to an iOS app's plist.
|
||||||
separated by semi-colons (`;`). Adds appropriate entries to an iOS app's plist.
|
|
||||||
|
|
||||||
- `IPAD_SCREEN_ORIENTATIONS`
|
- `IPAD_SCREEN_ORIENTATIONS`
|
||||||
- May be one or more of `UIInterfaceOrientationUnknown`, `UIInterfaceOrientationPortrait`,
|
- May be one or more of `UIInterfaceOrientationUnknown`, `UIInterfaceOrientationPortrait`,
|
||||||
`UIInterfaceOrientationPortraitUpsideDown`, `UIInterfaceOrientationLandscapeLeft`, or
|
`UIInterfaceOrientationPortraitUpsideDown`, `UIInterfaceOrientationLandscapeLeft`, or
|
||||||
`UIInterfaceOrientationLandscapeRight`. These should be surrounded in double-quotes and
|
`UIInterfaceOrientationLandscapeRight`. Adds appropriate entries to an iOS app's plist.
|
||||||
separated by semi-colons (`;`). Adds appropriate entries to an iOS app's plist.
|
|
||||||
|
|
||||||
- `LAUNCH_STORYBOARD_FILE`
|
- `LAUNCH_STORYBOARD_FILE`
|
||||||
- A custom launch storyboard file to use on iOS. If not supplied, a default storyboard will be
|
- A custom launch storyboard file to use on iOS. If not supplied, a default storyboard will be
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue