Skip to content

Commit

Permalink
修改配置文件中的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
jiale committed Apr 17, 2019
1 parent 01a0729 commit ffa4b74
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions AutoSwitch/AutoSwitch.entitlements
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?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.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.temporary-exception.files.absolute-path.read-write</key>
<array>
<string>/usr/local/bin/blueutil/string>
</array>
</dict>
</plist>
<dict>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.temporary-exception.files.absolute-path.read-write</key>
<array>
<string>/usr/local/bin/blueutil/</string>
</array>
</dict>
</plist>

0 comments on commit ffa4b74

Please sign in to comment.