From ba1c6944e2ca5777877323fce6dbbd5caccb29a1 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 18 Jun 2021 17:52:40 -0400 Subject: [PATCH] update ignore and add a note about entitlements --- java/libraries/svg/.gitignore | 1 - todo.txt | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/java/libraries/svg/.gitignore b/java/libraries/svg/.gitignore index 207db9ab9..50434fd98 100644 --- a/java/libraries/svg/.gitignore +++ b/java/libraries/svg/.gitignore @@ -1,2 +1 @@ -batik-bin-*.zip library/batik-all-*.jar diff --git a/todo.txt b/todo.txt index 95632cb37..c461056db 100755 --- a/todo.txt +++ b/todo.txt @@ -17,6 +17,11 @@ X garbled text in JavaFX X https://bugs.openjdk.java.net/browse/JDK-8234916 X bump JavaFX to 16, no longer the LTS version, but fixes garbled text X and 11.0.8 is not available +X add more entitlements in an attempt to fix audio/video capture +X https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_device_audio-input +X https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_device_camera +X https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_device_microphone +X https://github.com/processing/processing4/commit/7b75acf2799f61c9c22233f38ee73c07635cea14 _ make sure we're not embedding webkit with all JFX apps