mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
CMake: Allow setting the network multicast entitlement
This commit is contained in:
parent
0d716ab647
commit
d396bdb97f
3 changed files with 6 additions and 0 deletions
|
|
@ -400,6 +400,9 @@ attributes directly to these creation functions, rather than adding them later.
|
|||
- `PUSH_NOTIFICATIONS_ENABLED`
|
||||
- Sets app entitlements to allow push notifications. False by default.
|
||||
|
||||
- `NETWORK_MULTICAST_ENABLED`
|
||||
- Sets app entitlements to allow IP multicast or broadcast on macOS/iOS. False by default.
|
||||
|
||||
- `HARDENED_RUNTIME_ENABLED`
|
||||
- Enables macOS' hardened runtime for this target. Required for notarisation. False by default.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue