With the Ant task, I already can manually edit my Info.plist so that's not
an issue. The problem with it is simply that Apple is rejecting it after I
upload the app with the error message I included in the OP. There is
something wrong with the sig but I can't figure out what it is.

On Mon, Nov 10, 2014 at 4:28 PM, Alan Snyder <javali...@cbfiddle.com> wrote:

> If you are using the Ant task, you may be able to get Ant to look for the
> resources using the classpath specified in the taskdef. However, that works
> only if the ant task JAR is not on Ant's classpath. It took me a while to
> figure that out.
>
>
>
> > On Nov 10, 2014, at 1:10 PM, Danno Ferrin <danno.fer...@oracle.com>
> wrote:
> >
> > You can insert values into the Info,plist, it just involves some
> acrobatics.  There is a resource replacement technique that looks for the
> resource on the classpath of the execution of the tool, which for the CLI
> includes the current directory.
> >
>
>

Reply via email to