Fix build.
[cyberduck.git] / sandbox.plist
blob92721e2a0259c25b5e71135a97377add7af0c308
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>com.apple.security.app-sandbox</key>
6 <true/>
7 <key>com.apple.security.files.bookmarks.app-scope</key>
8 <true/>
9 <key>com.apple.security.files.bookmarks.document-scope</key>
10 <true/>
11 <key>com.apple.security.network.server</key>
12 <!-- The ability to open a socket for listening. Used for Active (PORT) FTP data connections -->
13 <true/>
14 <key>com.apple.security.network.client</key>
15 <!-- The ability to open an outgoing connection to another machine -->
16 <true/>
17 <key>com.apple.security.files.downloads.read-write</key>
18 <true/>
19 <key>com.apple.security.files.user-selected.read-write</key>
20 <true/>
21 <key>com.apple.security.print</key>
22 <!-- The ability to print -->
23 <true/>
24 </dict>
25 </plist>