factorySettings.plist 2.94 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>Python GUI Script</key>
        <dict>
                <key>debug</key>
                <false/>
                <key>inspect</key>
                <false/>
                <key>interpreter_list</key>
                <array>
                    <string>/usr/local/bin/pythonw</string>
                    <string>/usr/bin/pythonw</string>
15
                    <string>/sw/bin/pythonw</string>
16
                </array>
17 18
                <key>honourhashbang</key>
                <false/>
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
                <key>nosite</key>
                <false/>
                <key>optimize</key>
                <false/>
                <key>others</key>
                <string></string>
                <key>verbose</key>
                <false/>
                <key>with_terminal</key>
                <false/>
        </dict>
        <key>Python Script</key>
        <dict>
                <key>debug</key>
                <false/>
                <key>inspect</key>
                <false/>
                <key>interpreter_list</key>
                <array>
38
                    <string>/usr/local/bin/pythonw</string>
39
                    <string>/usr/local/bin/python</string>
40
                    <string>/usr/bin/pythonw</string>
41
                    <string>/usr/bin/python</string>
42 43
                    <string>/sw/bin/pythonw</string>
                    <string>/sw/bin/python</string>
44
                </array>
45 46
                <key>honourhashbang</key>
                <false/>
47
                <key>nosite</key>
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
                <false/>
                <key>optimize</key>
                <false/>
                <key>others</key>
                <string></string>
                <key>verbose</key>
                <false/>
                <key>with_terminal</key>
                <true/>
        </dict>
        <key>Python Bytecode Document</key>
        <dict>
                <key>debug</key>
                <false/>
                <key>inspect</key>
                <false/>
                <key>interpreter_list</key>
                <array>
66
                    <string>/usr/local/bin/pythonw</string>
67
                    <string>/usr/local/bin/python</string>
68
                    <string>/usr/bin/pythonw</string>
69
                    <string>/usr/bin/python</string>
70 71
                    <string>/sw/bin/pythonw</string>
                    <string>/sw/bin/python</string>
72
                </array>
73 74 75
                <key>honourhashbang</key>
                <false/>
                 <key>nosite</key>
76 77 78 79 80 81 82 83 84 85 86 87
                <false/>
                <key>optimize</key>
                <false/>
                <key>others</key>
                <string></string>
                <key>verbose</key>
                <false/>
                <key>with_terminal</key>
                <true/>
        </dict>
</dict>
</plist>