Re: Package made by PackageMaker 2.0 getting exception in Panther
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com User-agent: Microsoft-Entourage/11.1.0.040913
if this is the official installer URL and official location. The archive is a .sit archive. Stuffit Expander is no more available (by default) on Tiger. So when you download the file, you end up with a file that you can't extract... unless you download Stuffit Expander.
May I suggest to move to a disk image, compressed or not?
Wow... Interesting.. I thought stuffit shipped on tiger... Ugh.... Separately, I have mode progress with my problem... My .bundle doesn't show up as a bundle under 10.3, so clearly my bundle isn't compliant in some way. Other than set type BNDL, a signature/creator, and the bundle identifier, what could be going wrong? Here's the plist: <?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>CFBundleIdentifier</key> <string>com.soundspectrum.gforce</string> <key>CFBundleName</key> <string>G-Force</string> <key>CFBundleGetInfoString</key> <string>G-Force 3.0, Copyright © 2005 SoundSpectrum, Inc. All rights reserved.</string> <key>CFBundlePackageType</key> <string>BNDL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>3.0</string> <key>CFBundleShortVersionString</key> <string>G-Force 3.0</string> <key>CFBundleLongVersionString</key> <string>G-Force 3.0 by Andy O'Meara</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>LSPrefersCarbon</key> <true/> </dict> </plist> Thanks, Andy _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Andy O'Meara