Skip to content

Commit

Permalink
added camera and microphone permissions for mojave
Browse files Browse the repository at this point in the history
  • Loading branch information
ofTheo committed Nov 7, 2018
1 parent d6326ef commit d8b6287
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/templates/osx/openFrameworks-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
<string>1.0</string>
<key>CFBundleIconFile</key>
<string>${ICON}</string>
<key>NSCameraUsageDescription</key>
<string>This app needs to access the camera</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app needs to access the microphone</string>
</dict>
</plist>

0 comments on commit d8b6287

Please sign in to comment.