File: Info.plist.framework.in

package info (click to toggle)
mujoco 2.2.2-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,796 kB
  • sloc: ansic: 28,947; cpp: 28,897; cs: 14,241; python: 10,465; xml: 5,104; sh: 93; makefile: 34
file content (30 lines) | stat: -rw-r--r-- 1,047 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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.framework</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>