[Regression?] distribution vs Info.plist
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:received:received:mime-version :content-transfer-encoding:message-id:content-type:to:from:subject :date:x-mailer; bh=gB5d6S4lezN8fc2cRjLs+QnY0o9ck4QYFlo+JMfDhH8=; b=uBF+G8aFaCnvRANQG4AWv5+gNDVLmZ5L+HL08bv+RJ1dz7agkCj7huFyQWJSK3kC+i jquzN2YK5DeyT+d5g4QJVsSiRi0D3w1nPNL+PmYebpCsrq2VbH8QiLt1giwjTCC7LnSD DVfyp/aF1/9igZ4aAoMNh41xx9XNNDml8qXAE= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:content-transfer-encoding:message-id:content-type:to :from:subject:date:x-mailer; b=rLp208+mqf2nNq+wvkXLIxebeTkkLDSOhzxIvuKrcA+0kunKpb611t+HgMvU85WCQz sfYfvGrG02Rv+NgvCYqsa6AdjmrpRbqUaIN7zXUEGSmPlGFcLBZoHSOpSktFH8mVcHL/ +tQkIi9B53Z8RHxqgFYXpZnWLcNt9DeoiYSuA= Let's say your ReadMe message is in a file. Example: I have 2 localizations for the ReadMe: Klingon and Galactic Basic. The Klingon localized readme file is a .txt file. The Galactic Basic localized readme file is a rtfd document. <readme file="myfilename"/> Am I missing something? _______________________________________________ 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... It looks like there is a regression with the distribution format when compared to the Info.plist format. With the distribution format, you can't have a different format for different languages since the name of the file is to be the same. You can do this with the Info.plist format. With the distribution format, assuming you're using files, you need to write something like this: You can't set the extension because they are different depending on the localizations. While this would work if you had a .txt and .rtf file, it will not here because when you remove the .rtfd extension to a .rtfd document, Installer.app is not able to recognize the bundle file to be a rtfd document. If you were using the Info.plist file, you would just add the 2 files to the appropriate .lproj folder, keep the extension and everything would work fine. This email sent to site_archiver@lists.apple.com
participants (1)
-
dev.iceberg@gmail.com