mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00

* Makefile.am (mac-install-apps): Added post install scripts for MacOSX. 2008-11-27 Stefan Jahn <stefan@lkcc.org> * dialogs/vtabbutton.cpp (drawButton): Adjusted code to work with MacOSX as well. Thanks to Gopala. * bitmaps/Makefile.am (MACICONS): Added MacOSX icons. * main.cpp (main): Initial position is centered on the screen.
31 lines
961 B
Plaintext
31 lines
961 B
Plaintext
<?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>CFBundleExecutable</key>
|
|
<string>@exec@</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>Qucs @version@ by the Qucs team. This program is licensed under the GNU GPL.</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>application.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.qucs</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>@name@</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>Qucs @version@</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>qucs</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>@version@</string>
|
|
<key>CSResourcesFileMapped</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|