opennx/packaging/MacOSX/opennx-main.plist.in
2025-08-08 20:34:09 +02:00

62 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleIdentifier</key>
<string>org.opennx.OpenNX</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>_EXECUTABLE_</string>
<key>CFBundleIconFile</key>
<string>_ICON_</string>
<key>CFBundleName</key>
<string>OpenNX</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>_CREATOR_</string>
<key>CFBundleVersion</key>
<string>@FULLVERSION@</string>
<key>CFBundleShortVersionString</key>
<string>@FULLVERSION@</string>
<key>CFBundleGetInfoString</key>
<string>OpenNX version @FULLVERSION@, (C) 2009 The OpenNX Team</string>
<key>CFBundleLongVersionString</key>
<string>@FULLVERSION@, (C) 2009 The OpenNX Team</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2009 The OpenNX Team</string>
<key>LSRequiresCarbon</key>
<true/>
<key>CSResourcesFileMapped</key>
<true/>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>de</string>
</array>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>nxs</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>nx-desktop</string>
<key>CFBundleTypeName</key>
<string>NX Client session</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSTypeIsPackage</key>
<false/>
</dict>
</array>
</dict>
</plist>