Re: PackageMaker license language confusion
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Uo0xrA7XVZdlq8L/BOe2WTFukQVvlSN+wN5gfijduIQ=; b=oThiLikG1N1R93yed+WKecAu2ZHVJkVWOBxWvVX8R6Vcsbs8LhQE/wVYcPVsfGFkHz IrOE7j8HX1pz5osqgBh/aamFKr1vy2hXRHuloq7oszbxcdGRD7weMq0UsIaCGsaJ380d ty9fJo+0NBE2fQxv3kfXFZ6zepmATyADWMlhQ= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=uemPBn+2Xn06vRB9b17OTIGl1EC6Cxznj+mLSEbRYhRRbI2rn0/7MbajF5aqlF2k0W wWPZ0zw+JDnCKVIOZxQ96E4BIAwCFlzs6nxPRxbsweC068FLSoCUM7yt8IInvjlq8zJI GcaV+h2/RuYWFSllL9R2XDv9l0lRzgRDkP4HM= On Thu, Mar 19, 2009 at 5:56 PM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
On Thu, Mar 19, 2009 at 5:43 PM, Iceberg-Dev <dev.iceberg@gmail.com> wrote:
On Mar 19, 2009, at 11:26 PM, Aaron Griffin wrote:
On Thu, Mar 19, 2009 at 5:12 PM, Iceberg-Dev <dev.iceberg@gmail.com> wrote:
On Mar 19, 2009, at 8:18 PM, Aaron Griffin wrote:
[...]
You can check 2 things:
- there is no licenses at the root of the Resources folder. They are all in .lproj folders.
- the name of the .lprog folders are not abbreviated (English.lproj is better than en.lproj).
Both of these are correct. (no top level files AND full-name lproj dirs).
I tried both of these alternate options to see if it fixed anything, and nothing changed (except that the top-level resources seemed to override the languages and NEVER switch to those languages... if the top level files were english, all languages displayed english)
Can you create a small package example illustrating this weird behavior so that it can examine?
Scratch what I said - changing everything to short names works perfect.
I will still try to construct a small package that is broken for you to see.
And further-more, in building the sample package (and ensuring nothing of my company's product remained in it), I have found and solved the issues (!!) When I built the sample package, my machine was set to French. The resultant package contains the original French.lproj dir, but ALSO a fr.lproj dir containing a generated Description.plist. Deleting the stray two-letter dir worked fine. Additionally, using two-letter dirs initially seems to work as well (no creation of additional dirs). This makes sense with regard to the off-by-one thing I was noticing in the drop-down (there is one extra dir). So thanks for the help :) I'm new to the Mac development side of things, so is there anywhere I could report this issue, or is this list sufficient? _______________________________________________ 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)
-
Aaron Griffin