Re: .string bug -- filed apple bug
Re: .string bug -- filed apple bug
- Subject: Re: .string bug -- filed apple bug
- From: Christopher Ryan <email@hidden>
- Date: Thu, 2 Jun 2005 06:54:02 -0700
Ugh,
That documentation is incorrect and needs to be updated.
Chris
(moving this discussion from xcode-users mailing list)
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>:
| 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" <email@hidden> 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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden