/Mac/Resources/framework/Info.plist.in
http://unladen-swallow.googlecode.com/ · Autoconf · 28 lines · 28 code · 0 blank · 0 comment · 0 complexity · 3d41e72d5efde192d993cbbf8e4c70db MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
- <plist version="0.9">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleExecutable</key>
- <string>Python</string>
- <key>CFBundleGetInfoString</key>
- <string>Python Runtime and Library</string>
- <key>CFBundleIdentifier</key>
- <string>@PYTHONFRAMEWORKIDENTIFIER@</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>Python</string>
- <key>CFBundlePackageType</key>
- <string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string>%VERSION%, (c) 2004-2008 Python Software Foundation.</string>
- <key>CFBundleLongVersionString</key>
- <string>%VERSION%, (c) 2004-2008 Python Software Foundation.</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>%VERSION%</string>
- </dict>
- </plist>