1913a02b40
PiperOrigin-RevId: 450374687 Change-Id: Ie3225a46ce095fc28ae8e63c326a640261f562bb
31 lines
1.0 KiB
XML
31 lines
1.0 KiB
XML
<?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>MuJoCo</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.mujoco.mujoco</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>${PROJECT_VERSION}</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>${PROJECT_VERSION}</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>libmujoco.dylib</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>FMWK</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright 2021 DeepMind Technologies Limited.</string>
|
|
<key>MDItemKeywords</key>
|
|
<string>MuJoCo, physics engine, physics simulator, physics, MJ</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleSupportedPlatforms</key>
|
|
<array>
|
|
<string>MacOSX</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|