ae1febd83f
*** Reason for rollback *** BEGIN_PUBLIC Holding off on a minor version bump until the next release. *** Original change description *** #mujoco update the version to 3.4.0 ahead of the 3.4.0 release. Bump the version to 3.4.0 ahead of the next release. *** PiperOrigin-RevId: 818748143 Change-Id: I722e9beb80c61a48bd997da6a1840777a81d5036
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>3.3.7</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>3.3.7</string>
|
|
<key>CFBundleLongVersionString</key>
|
|
<string>3.3.7</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>3.3.7</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>
|