views:

190

answers:

0

I am trying to add copyright info to the finder for my app and I have discovered that I want to see the NSHumanReadableCopyright Info.plist variable but I am not sure how do this with my ant build. To set my version I added a call to version="3.0" to the jarbundler portion of my ant build but I cannot find a similar attribute to add copyright info and I have no way to directly set NSHumanReadableCopyright in my build. I can't directly edit the info.plist because this is built my the ant build and any changes I would make to the info.plist would be undone every time I did a new build.