root/nicotine-app/trunk/nicotine/template/Nicotine.app/Contents/Resources/AppSettings.plist @ 33

Revision 33, 0.5 KB (checked in by vasi, 4 years ago)

new module

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5        <key>Creator</key>
6        <string>Platypus-3.1</string>
7        <key>EncryptAndChecksum</key>
8        <false/>
9        <key>IsDroppable</key>
10        <false/>
11        <key>OutputType</key>
12        <string>None</string>
13        <key>RemainRunningAfterCompletion</key>
14        <false/>
15        <key>RequiresAdminPrivileges</key>
16        <false/>
17        <key>ScriptInterpreter</key>
18        <string>/bin/sh</string>
19</dict>
20</plist>
Note: See TracBrowser for help on using the browser.