Fix entitlements.mac.plist

This commit is contained in:
Michael Telatynski 2020-03-02 16:34:04 +00:00
parent bbc44801c2
commit 1f1cf95906

View File

@ -24,20 +24,5 @@
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
<!-- Entitlements to support the riot:// protocol handler -->
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>riot</string>
</array>
<key>CFBundleURLName</key>
<string>riot-web</string>
<key>CFBundleTypeRole</key>
<string>None</string>
</dict>
</array>
</dict>
</plist>