So if you use "MacOS/myAppName", there is no double bouncing icon even
with LSBackgroundOnly=0? If so, then we should go this way and remove
this LSBackgroundOnly hack altogether!

Correct.  I am using wxpython 2.8.11. Below is the plist that I generate during my build.

<?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>CFBundleDisplayName</key>
    <string>modoArchiver</string>
    <key>CFBundleExecutable</key>
    <string>MacOS/modoArchiver</string>
    <key>CFBundleGetInfoString</key>
    <string>modoArchiver 1.1.1920</string>
    <key>CFBundleIconFile</key>
    <string>MA_App.icns</string>
    <key>CFBundleIdentifier</key>
    <string>com.cgmstudios.modoArchiver</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleName</key>
    <string>modoArchiver</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleShortVersionString</key>
    <string>1.1.1920</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleVersion</key>
    <string>1.1.1920</string>
    <key>LSHasLocalizedDisplayName</key>
    <false/>
    <key>NSAppleScriptEnabled</key>
    <false/>
    <key>NSHumanReadableCopyright</key>
    <string>Copyright 2009 - CGM Studios</string>
    <key>LSBackgroundOnly</key>
    <false/>
</dict>
</plist>

--
----------------------------------------------------------
Tim Vazquez
CGM Studios
407-341-5377
www.cgmstudios.com
----------------------------------------------------------


--
You received this message because you are subscribed to the Google Groups "PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to