Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

info.plist edits aren't kept.

I'd like to add an item to the plist to turn off the "glare" that the iPhone adds to the app icon.

it seems I need to add the following:
<key>UIPrerenderedIcon</key>
<true/>

But those changes are not kept.
Every time I test - and then check the info.plist - they are gone.
The recompile seems to be overwriting my changes.

Anything I can do about that?

— asked May 4th 2010 by Doug Meade
  • info.plist
0 Comments

2 Answers

  • Accepted Answer

    in the tiapp.xml file check:

    <prerendered-icon>false</prerendered-icon>

    Just a guess.

    — answered May 4th 2010 by Jeffrey Messick
    permalink
    0 Comments
  • I needed the value to be true - but other than that SPOT ON!
    Thanks very much!

    — answered May 4th 2010 by Doug Meade
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.