mirror of
https://github.com/chocolate-doom/launcher.git
synced 2024-11-10 07:12:06 +00:00
6a97805974
Subversion-branch: /launcher Subversion-revision: 1781
30 lines
939 B
XML
Executable file
30 lines
939 B
XML
Executable file
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleDisplayName</key>
|
|
<string>@PACKAGE_NAME@</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>launcher</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>@PACKAGE_STRING@</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>app.icns</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>@PACKAGE_NAME@</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>@PACKAGE_VERSION@</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>@PACKAGE_VERSION@</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>NSMainNibFile</key>
|
|
<string>launcher</string>
|
|
</dict>
|
|
</plist>
|