summaryrefslogtreecommitdiffstats
path: root/desktop/Info.plist.cmake
blob: 21149090e01f4dc05fa6566f36e06cd7e064d189 (plain)
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
<?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>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>

    <key>CFBundleDisplayName</key>
    <string>Colobot</string>
    <key>CFBundleExecutable</key>
    <string>colobot</string>
    <key>CFBundleIconFile</key>
    <string>Colobot</string>
    <key>CFBundleIdentifier</key>
    <string>info.colobot.colobot</string>
    <key>CFBundleName</key>
    <string>Colobot</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleSignature</key>
    <string>cbot</string>
    <key>CFBundleVersion</key>
    <string>@COLOBOT_VERSION_FULL@</string>
  </dict>
</plist>