realbasic-nug
[Top] [All Lists]

Re: Info.plist file error?

To: "REALbasic NUG" <realbasic-nug@lists.realsoftware.com>
Subject: Re: Info.plist file error?
From: "Dennis Birch" <dennisbirch@gmail.com>
Date: Mon, 29 Sep 2008 14:58:44 -0700
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com; dkim=neutral (body hash did not verify) header.i=@gmail.com
Delivered-to: listarchive@realsoftware.com
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=GLR3+qcvPj0rtWGu/C3p65uU34qQgA9yykxVOXmBRMk=; b=AbA56iyOoGvpNk2SN/Fq2IlhsMYJ4YfuymGeXC4ybB/ZuAHagnKW2HMOFR4tR8Z3VI Ek1a+34noh+FGGT0Viq+awv+7NbEjLjN5b2/wzq6Z7wjXk2jLsIlfggtPVkJANeCDyj6 SvtXf9RmtfTP3r7Zju00V6gXvjAu61GbqwQUM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=gH54CkwlIGL9FTiFmM6lbYdXqytPSBz1SswY/YPiBrjHveiUf+UIH1FuOS4PTJjspy WJL28x1BtkFr6CmIjDZijGaEmfIXJNR8fe4p3GobzEWnePoVegM/JnjQm7I36SjkSSQ+ kUI14Nr1wgQCLAb0Pos5jjh6uRwouHf4YGmKU=
In-reply-to: <199A3442-D7B8-4D3E-AC9D-9728A74DBF16@stretchedout.com>
References: <199A3442-D7B8-4D3E-AC9D-9728A74DBF16@stretchedout.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
On Mon, Sep 29, 2008 at 1:35 PM, Greg O'Lone <rbnuglist@stretchedout.com> wrote:

> When I try to open the Info.plist file that was created by RB, I get an
> error about not being able to open the DTD, but using Apple's it works just
> fine. Any way I can tell the XML parser to use a specific DTD instead of the
> one specified in the file?

You could write a correct info.plist file and then add it to your
app's bundle with an IDE build script. I do that for setting Help
information in my applications. It's a little more work to keep the
file updated with version changes, but it's the only way I know of
handling that short of hand-editing the file each time you build your
application.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>