|
| 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>CFBundleDevelopmentRegion</key> |
| 6 | + <string>English</string> |
| 7 | + <key>CFBundleDisplayName</key> |
| 8 | + <string>GUI</string> |
| 9 | + <key>CFBundleDocumentTypes</key> |
| 10 | + <array> |
| 11 | + <dict> |
| 12 | + <key>CFBundleTypeOSTypes</key> |
| 13 | + <array> |
| 14 | + <string>****</string> |
| 15 | + <string>fold</string> |
| 16 | + <string>disk</string> |
| 17 | + </array> |
| 18 | + <key>CFBundleTypeRole</key> |
| 19 | + <string>Viewer</string> |
| 20 | + </dict> |
| 21 | + </array> |
| 22 | + <key>CFBundleExecutable</key> |
| 23 | + <string>GUI</string> |
| 24 | + <key>CFBundleIconFile</key> |
| 25 | + <string>PythonApplet.icns</string> |
| 26 | + <key>CFBundleIdentifier</key> |
| 27 | + <string>org.pythonmac.unspecified.GUI</string> |
| 28 | + <key>CFBundleInfoDictionaryVersion</key> |
| 29 | + <string>6.0</string> |
| 30 | + <key>CFBundleName</key> |
| 31 | + <string>GUI</string> |
| 32 | + <key>CFBundlePackageType</key> |
| 33 | + <string>APPL</string> |
| 34 | + <key>CFBundleShortVersionString</key> |
| 35 | + <string>0.0.0</string> |
| 36 | + <key>CFBundleSignature</key> |
| 37 | + <string>????</string> |
| 38 | + <key>CFBundleVersion</key> |
| 39 | + <string>0.0.0</string> |
| 40 | + <key>LSHasLocalizedDisplayName</key> |
| 41 | + <false/> |
| 42 | + <key>NSAppleScriptEnabled</key> |
| 43 | + <false/> |
| 44 | + <key>NSHumanReadableCopyright</key> |
| 45 | + <string>Copyright not specified</string> |
| 46 | + <key>NSMainNibFile</key> |
| 47 | + <string>MainMenu</string> |
| 48 | + <key>NSPrincipalClass</key> |
| 49 | + <string>NSApplication</string> |
| 50 | + <key>PyMainFileNames</key> |
| 51 | + <array> |
| 52 | + <string>__boot__</string> |
| 53 | + </array> |
| 54 | + <key>PyOptions</key> |
| 55 | + <dict> |
| 56 | + <key>alias</key> |
| 57 | + <true/> |
| 58 | + <key>argv_emulation</key> |
| 59 | + <true/> |
| 60 | + <key>emulate_shell_environment</key> |
| 61 | + <false/> |
| 62 | + <key>no_chdir</key> |
| 63 | + <false/> |
| 64 | + <key>prefer_ppc</key> |
| 65 | + <false/> |
| 66 | + <key>site_packages</key> |
| 67 | + <false/> |
| 68 | + <key>use_faulthandler</key> |
| 69 | + <false/> |
| 70 | + <key>use_pythonpath</key> |
| 71 | + <false/> |
| 72 | + <key>verbose</key> |
| 73 | + <false/> |
| 74 | + </dict> |
| 75 | + <key>PyResourcePackages</key> |
| 76 | + <array> |
| 77 | + </array> |
| 78 | + <key>PyRuntimeLocations</key> |
| 79 | + <array> |
| 80 | + <string>@executable_path/../Frameworks/Python.framework/Versions/2.7/Python</string> |
| 81 | + <string>/System/Library/Frameworks/Python.framework/Versions/2.7/Python</string> |
| 82 | + </array> |
| 83 | + <key>PythonInfoDict</key> |
| 84 | + <dict> |
| 85 | + <key>PythonExecutable</key> |
| 86 | + <string>/usr/bin/python</string> |
| 87 | + <key>PythonLongVersion</key> |
| 88 | + <string>2.7.2 (default, Oct 11 2012, 20:14:37) |
| 89 | +[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)]</string> |
| 90 | + <key>PythonShortVersion</key> |
| 91 | + <string>2.7</string> |
| 92 | + <key>py2app</key> |
| 93 | + <dict> |
| 94 | + <key>alias</key> |
| 95 | + <true/> |
| 96 | + <key>template</key> |
| 97 | + <string>app</string> |
| 98 | + <key>version</key> |
| 99 | + <string>0.8</string> |
| 100 | + </dict> |
| 101 | + </dict> |
| 102 | +</dict> |
| 103 | +</plist> |
0 commit comments