/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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5. <key>CFBundleDevelopmentRegion</key>
  6. <string>English</string>
  7. <key>CFBundleExecutable</key>
  8. <string>Python</string>
  9. <key>CFBundleGetInfoString</key>
  10. <string>Python Runtime and Library</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>@PYTHONFRAMEWORKIDENTIFIER@</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>Python</string>
  17. <key>CFBundlePackageType</key>
  18. <string>FMWK</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>%VERSION%, (c) 2004-2008 Python Software Foundation.</string>
  21. <key>CFBundleLongVersionString</key>
  22. <string>%VERSION%, (c) 2004-2008 Python Software Foundation.</string>
  23. <key>CFBundleSignature</key>
  24. <string>????</string>
  25. <key>CFBundleVersion</key>
  26. <string>%VERSION%</string>
  27. </dict>
  28. </plist>