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 ---------------------------------------------------------- -- |
- Re: [PyInstaller] Mac OSX : pythonw and screen accees... Martin Zibricky
- Re: [PyInstaller] Mac OSX : pythonw and screen a... Sebastian Hilbert
- Re: [PyInstaller] Mac OSX : pythonw and scre... Sebastian Hilbert
- Re: [PyInstaller] Mac OSX : pythonw and ... Concussion GFX - Tim
- Re: [PyInstaller] Mac OSX : pythonw ... Sebastian Hilbert
- Re: [PyInstaller] Mac OSX : pyt... Concussion GFX - Tim
- Re: [PyInstaller] Mac OSX :... Sebastian Hilbert
- Re: [PyInstaller] Mac OSX :... Sebastian Hilbert
- Re: [PyInstaller] Mac OSX : pythonw ... Giovanni Bajo
- Re: [PyInstaller] Mac OSX : pyt... Sebastian Hilbert
- Re: [PyInstaller] Mac OSX : pyt... Concussion GFX - Tim
