openclonk/src/res/Info.plist

191 lines
4.9 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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ocu</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>ocu.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.clonk.c4group</string>
</array>
<key>CFBundleTypeName</key>
<string>Clonk Update</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ocs</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>ocs.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.clonk.c4group</string>
</array>
<key>CFBundleTypeName</key>
<string>OpenClonk Scenario</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ocs</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>ocs.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.clonk.c4group</string>
</array>
<key>CFBundleTypeName</key>
<string>OpenClonk Scenario Folder</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSTypeIsPackage</key>
<true/>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ocd</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>ocd.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.clonk.c4group</string>
</array>
<key>CFBundleTypeName</key>
<string>OpenClonk Definition</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ocg</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>ocg.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.clonk.c4group</string>
</array>
<key>CFBundleTypeName</key>
<string>OpenClonk Group</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>c4p</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>C4P.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.clonk.c4group</string>
</array>
<key>CFBundleTypeName</key>
<string>Clonk Player</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ocf</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>ocf.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.clonk.c4group</string>
</array>
<key>CFBundleTypeName</key>
<string>OpenClonk Folder</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>oc</string>
<key>CFBundleIdentifier</key>
<string>${C4ENGINEID}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${C4ENGINENAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>Clonk Game Link</string>
<key>CFBundleURLSchemes</key>
<array>
<string>clonk</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>${C4XVERBUILD}</string>
<key>NSMainNibFile</key>
<string>MainMenu.nib</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHumanReadableCopyright</key>
<string>(c) ${C4COPYRIGHT_YEAR}, ${C4PROJECT}</string>
<key>CFBundleDisplayName</key>
<string>${C4ENGINENAME}</string>
<key>CFBundleShortVersionString</key>
<string>${C4VERSION}</string>
<key>CFBundleVersion</key>
<string>${C4XVER1}.${C4XVER2}</string>
</dict>
</plist>