Skip to content

Commit 88e427f

Browse files
committed
finish making changes to get sound and video to prompt on Catalina
1 parent 8e0bc36 commit 88e427f

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

java/application/Info.plist.tmpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,10 @@
7171
<key>JVMArguments</key>
7272
<array>
7373
</array>
74+
75+
<key>NSCameraUsageDescription</key>
76+
<string>This app uses video camera input.</string>
77+
<key>NSMicrophoneUsageDescription</key>
78+
<string>This app uses microphone input.</string>
7479
</dict>
7580
</plist>

todo.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
1272 (4.0a3)
2+
X make changes to get sound and video to prompt on Catalina
3+
X also fix for exported applications
24

35
_ startup chatter (from appbundler?)
46
_ Processing[25059:13082813] int launch(char *, int, char **) Launchpath
@@ -24,6 +26,8 @@ _ workarounds https://gist.github.com/i3games/b063987dfb62baf5d0afda422631b480
2426
https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/requesting_authorization_for_media_capture_on_macos
2527
_ helpful comment on video
2628
_ https://github.com/processing/processing-video/issues/134#issuecomment-617301980
29+
_ beta 4 works better, but only if replacing just the library folder
30+
_ https://github.com/processing/processing-video/releases
2731

2832
_ update appbundler? https://github.com/TheInfiniteKind/appbundler
2933
_ might be broken though https://github.com/TheInfiniteKind/appbundler/issues/70

0 commit comments

Comments
 (0)