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>Python GUI Script</key> 6 <dict> 7 <key>debug</key> 8 <false/> 9 <key>inspect</key> 10 <false/> 11 <key>interpreter_list</key> 12 <array> 13 <string>/usr/local/bin/python3</string> 14 <string>/opt/local/bin/python3</string> 15 <string>/sw/bin/python3</string> 16 </array> 17 <key>honourhashbang</key> 18 <false/> 19 <key>nosite</key> 20 <false/> 21 <key>optimize</key> 22 <false/> 23 <key>others</key> 24 <string></string> 25 <key>verbose</key> 26 <false/> 27 <key>with_terminal</key> 28 <false/> 29 </dict> 30 <key>Python Script</key> 31 <dict> 32 <key>debug</key> 33 <false/> 34 <key>inspect</key> 35 <false/> 36 <key>interpreter_list</key> 37 <array> 38 <string>/usr/local/bin/python3</string> 39 <string>/opt/local/bin/python3</string> 40 <string>/sw/bin/python3</string> 41 </array> 42 <key>honourhashbang</key> 43 <false/> 44 <key>nosite</key> 45 <false/> 46 <key>optimize</key> 47 <false/> 48 <key>others</key> 49 <string></string> 50 <key>verbose</key> 51 <false/> 52 <key>with_terminal</key> 53 <true/> 54 </dict> 55 <key>Python Bytecode Document</key> 56 <dict> 57 <key>debug</key> 58 <false/> 59 <key>inspect</key> 60 <false/> 61 <key>interpreter_list</key> 62 <array> 63 <string>/usr/local/bin/python3</string> 64 <string>/opt/local/bin/python3</string> 65 <string>/sw/bin/python3</string> 66 </array> 67 <key>honourhashbang</key> 68 <false/> 69 <key>nosite</key> 70 <false/> 71 <key>optimize</key> 72 <false/> 73 <key>others</key> 74 <string></string> 75 <key>verbose</key> 76 <false/> 77 <key>with_terminal</key> 78 <true/> 79 </dict> 80</dict> 81</plist> 82