90e14ac8d0
Going forward, the version number at head will be kept one ahead of the latest released version. The rationale behind this change is so that it is clear that the source code at head is more recent. PiperOrigin-RevId: 527687981 Change-Id: I7982ecd0b99ad70dccec6a8ffe86629754558bda
35 lines
1.1 KiB
Plaintext
35 lines
1.1 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>CFBundleName</key>
|
|
<string>mjpython</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.mujoco.mjpython</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>2.3.6</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>2.3.6</string>
|
|
<key>CFBundleLongVersionString</key>
|
|
<string>2.3.6</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>2.3.6</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>mjpython</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>mjpython.icns</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright 2023 DeepMind Technologies Limited.</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleSupportedPlatforms</key>
|
|
<array>
|
|
<string>MacOSX</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|