1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

AccessibilityDemo: Add local notifications example

Also updates the DemoRunner so that the new push notifications example
works properly on Android.
This commit is contained in:
reuk 2024-11-25 13:29:34 +00:00
parent 269ebbb525
commit 5d5829927a
No known key found for this signature in database
12 changed files with 168 additions and 76 deletions

View file

@ -56,6 +56,7 @@ target_compile_definitions(DemoRunner PRIVATE
JUCE_DEMO_RUNNER=1
JUCE_PLUGINHOST_LV2=1
JUCE_PLUGINHOST_VST3=1
JUCE_PUSH_NOTIFICATIONS=1
JUCE_STRICT_REFCOUNTEDPOINTER=1
JUCE_UNIT_TESTS=1
JUCE_USE_CAMERA=1