You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
922B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plist version="0.9">
  3. <dict>
  4. <key>CFBundleInfoDictionaryVersion</key>
  5. <string>6.0</string>
  6. <key>CFBundleExecutable</key>
  7. <string>sudoku</string>
  8. <key>CFBundleIdentifier</key>
  9. <string>org.fltk.sudoku</string>
  10. <key>CFBundleVersion</key>
  11. <string>1.0</string>
  12. <key>CFBundleDevelopmentRegion</key>
  13. <string>English</string>
  14. <key>NSHumanReadableCopyright</key>
  15. <string>Copyright 2005-2006 by Michael Sweet</string>
  16. <key>CFAppleHelpAnchor</key>
  17. <string>help</string>
  18. <key>CFBundleName</key>
  19. <string>sudoku</string>
  20. <key>CFBundlePackageType</key>
  21. <string>APPL</string>
  22. <key>CFBundleSignature</key>
  23. <string>FLSU</string>
  24. <key>CFBundleIconFile</key>
  25. <string>sudoku.icns</string>
  26. <key>CFBundleShortVersionString</key>
  27. <string>1.0</string>
  28. <key>CFBundleGetInfoString</key>
  29. <string>1.0, Copyright 2005-2006 by Michael Sweet</string>
  30. </dict>
  31. </plist>