mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
iOS: Added options to the Projucer and CMake to set UIRequiresFullScreen .plist option
This commit is contained in:
parent
271a9cd7a4
commit
65f2de3def
7 changed files with 18 additions and 4 deletions
|
|
@ -278,6 +278,9 @@ attributes directly to these creation functions, rather than adding them later.
|
|||
|
||||
- `STATUS_BAR_HIDDEN`
|
||||
- May be either TRUE or FALSE. Adds the appropriate entries to an iOS app's Info.plist.
|
||||
|
||||
- `REQUIRES_FULL_SCREEN`
|
||||
- May be either TRUE or FALSE. Adds the appropriate entries to an iOS app's Info.plist.
|
||||
|
||||
- `BACKGROUND_AUDIO_ENABLED`
|
||||
- May be either TRUE or FALSE. Adds the appropriate entries to an iOS app's Info.plist.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue