Mercurial > hg > tony
view deploy/osx/Entitlements.plist @ 698:ee97c742d184 tip
Default branch is now named default on git as well as hg, in case we ever want to switch to mirroring in the other direction
author | Chris Cannam |
---|---|
date | Thu, 27 Aug 2020 15:58:43 +0100 |
parents | fe1a77d4aeaa |
children |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <plist version="1.0"> <dict> <!-- <key>com.apple.security.app-sandbox</key> <true/> <key>com.apple.security.files.user-selected.read-write</key> <true/> --> <key>com.apple.security.app-sandbox</key> <false/> <key>com.apple.security.device.audio-input</key> <true/> </dict> </plist>