mirror of
https://git.code.sf.net/p/fldigi/flmsg
synced 2026-08-13 17:30:58 -04:00
47 lines
1.1 KiB
XML
47 lines
1.1 KiB
XML
<?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>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
<string>%%IDENTIFIER%%</string>
|
|
|
|
<key>CFBundleName</key>
|
|
<string>%%NAME%%</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
<string>%%SIGNATURE%%</string>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
<string>%%BINARY%%</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
<string>%%VERSION%%</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>%%VERSION%%</string>
|
|
|
|
<key>CFBundleLongVersionString</key>
|
|
<string>%%VERSION%%</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
<string>%%ICON%%</string>
|
|
|
|
<key>NSAppleScriptEnabled</key>
|
|
<string>No</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright (c) 2009 Dave Freese W1HKJ</string>
|
|
</dict>
|
|
</plist>
|