Re: .string bug -- filed apple bug
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Ugh, That documentation is incorrect and needs to be updated. Chris (moving this discussion from xcode-users mailing list) | Additional strings are separated by a semicolon. So an English | strings file with two messages might look like the one in Listing 2. | | Listing 2 : A sample InstallationCheck.strings file | | "16" = "Can't install unless you have a Super Drive."; | "17" = "Can’t install unless you have more than 128MB of RAM." On 02.06.2005 17:41, "Christopher Ryan" <ryanc@apple.com> wrote: The behavior you are seeing is caused by Tiger's parser becoming more strict on invalid .strings files. In a .strings file every key-value pair needs to end in a semicolon. In your package, the last line does not end in a semicolon, so on Tiger, the strings are not found. - WBR, Alexey Proskuryakov _______________________________________________ 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... Apple has it explicitly documented that the last string needn't end with a semicolon: <http://developer.apple.com/documentation/DeveloperTools/Conceptual/ Software Distribution/Concepts/sd_install_check_ref.html#//apple_ref/doc/uid/ 20001943 -TPXREF6>: This email sent to site_archiver@lists.apple.com
participants (1)
-
Christopher Ryan