Info.plist.simulate.in 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  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>CFBundleName</key>
  6. <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
  7. <key>CFBundleIdentifier</key>
  8. <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
  9. <key>CFBundleVersion</key>
  10. <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
  11. <key>CFBundleGetInfoString</key>
  12. <string>${MACOSX_BUNDLE_INFO_STRING}</string>
  13. <key>CFBundleLongVersionString</key>
  14. <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
  15. <key>CFBundleShortVersionString</key>
  16. <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
  17. <key>CFBundleExecutable</key>
  18. <string>simulate</string>
  19. <key>CFBundleIconFile</key>
  20. <string>${MACOSX_BUNDLE_ICON_FILE}</string>
  21. <key>CFBundlePackageType</key>
  22. <string>APPL</string>
  23. <key>NSHumanReadableCopyright</key>
  24. <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
  25. <key>MDItemKeywords</key>
  26. <string>MuJoCo, physics engine, physics simulator, physics, simulate, MJ, mujoco simulate, mj simulate</string>
  27. <key>CFBundleInfoDictionaryVersion</key>
  28. <string>6.0</string>
  29. <key>CFBundleDevelopmentRegion</key>
  30. <string>en</string>
  31. <key>CFBundleSupportedPlatforms</key>
  32. <array>
  33. <string>MacOSX</string>
  34. </array>
  35. </dict>
  36. </plist>