90 lines
2.2 KiB
Plaintext
90 lines
2.2 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||
|
<plist version="1.0">
|
||
|
<dict>
|
||
|
<key>CFBundleDevelopmentRegion</key>
|
||
|
<string>English</string>
|
||
|
<key>CFBundleDisplayName</key>
|
||
|
<string>main</string>
|
||
|
<key>CFBundleExecutable</key>
|
||
|
<string>main</string>
|
||
|
<key>CFBundleIconFile</key>
|
||
|
<string>main</string>
|
||
|
<key>CFBundleIdentifier</key>
|
||
|
<string>org.pythonmac.unspecified.main</string>
|
||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||
|
<string>6.0</string>
|
||
|
<key>CFBundleName</key>
|
||
|
<string>main</string>
|
||
|
<key>CFBundlePackageType</key>
|
||
|
<string>APPL</string>
|
||
|
<key>CFBundleShortVersionString</key>
|
||
|
<string>0.0.0</string>
|
||
|
<key>CFBundleSignature</key>
|
||
|
<string>????</string>
|
||
|
<key>CFBundleVersion</key>
|
||
|
<string>0.0.0</string>
|
||
|
<key>LSHasLocalizedDisplayName</key>
|
||
|
<false/>
|
||
|
<key>NSAppleScriptEnabled</key>
|
||
|
<false/>
|
||
|
<key>NSHumanReadableCopyright</key>
|
||
|
<string>Copyright not specified</string>
|
||
|
<key>NSMainNibFile</key>
|
||
|
<string>MainMenu</string>
|
||
|
<key>NSPrincipalClass</key>
|
||
|
<string>NSApplication</string>
|
||
|
<key>PyMainFileNames</key>
|
||
|
<array>
|
||
|
<string>__boot__</string>
|
||
|
</array>
|
||
|
<key>PyOptions</key>
|
||
|
<dict>
|
||
|
<key>alias</key>
|
||
|
<false/>
|
||
|
<key>argv_emulation</key>
|
||
|
<false/>
|
||
|
<key>emulate_shell_environment</key>
|
||
|
<false/>
|
||
|
<key>no_chdir</key>
|
||
|
<false/>
|
||
|
<key>prefer_ppc</key>
|
||
|
<false/>
|
||
|
<key>site_packages</key>
|
||
|
<false/>
|
||
|
<key>use_faulthandler</key>
|
||
|
<false/>
|
||
|
<key>use_pythonpath</key>
|
||
|
<false/>
|
||
|
<key>verbose</key>
|
||
|
<false/>
|
||
|
</dict>
|
||
|
<key>PyResourcePackages</key>
|
||
|
<array>
|
||
|
</array>
|
||
|
<key>PyRuntimeLocations</key>
|
||
|
<array>
|
||
|
<string>@executable_path/../Frameworks/Python.framework/Versions/2.7/Python</string>
|
||
|
</array>
|
||
|
<key>PythonInfoDict</key>
|
||
|
<dict>
|
||
|
<key>PythonExecutable</key>
|
||
|
<string>/Users/tyrelsouza/.virtualenvs/julian_report/bin/python</string>
|
||
|
<key>PythonLongVersion</key>
|
||
|
<string>2.7.10 (default, Jun 1 2015, 09:44:56)
|
||
|
[GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)]</string>
|
||
|
<key>PythonShortVersion</key>
|
||
|
<string>2.7</string>
|
||
|
<key>py2app</key>
|
||
|
<dict>
|
||
|
<key>alias</key>
|
||
|
<false/>
|
||
|
<key>template</key>
|
||
|
<string>app</string>
|
||
|
<key>version</key>
|
||
|
<string>0.9</string>
|
||
|
</dict>
|
||
|
</dict>
|
||
|
</dict>
|
||
|
</plist>
|