mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-30 15:59:15 +00:00
0a7be7d32c
This is required for Notarization, which will be mandatory in macOS Catalina. Also, suppress some STL deprecation warnings in PublicUtility code. (The warnings were recently added to Clang.)
10 lines
311 B
XML
10 lines
311 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.security.automation.apple-events</key>
|
|
<true/>
|
|
<key>com.apple.security.device.audio-input</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|