1
0
Fork 0
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:
ed 2021-02-05 09:19:33 +00:00
parent 271a9cd7a4
commit 65f2de3def
7 changed files with 18 additions and 4 deletions

View file

@ -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.