[AC-1282] iOS: CFBundleDisplayName is tiapp.xml is being ignored
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2014-05-21T17:10:01.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Ivan Skugor |
Assignee | Ritu Agrawal |
Created | 2014-05-21T08:59:31.000+0000 |
Updated | 2016-03-08T07:37:40.000+0000 |
Description
To see this issue, create new default empty project (for example: titanium create --id com.tipsyandtumbler.bug --name Bug). Then in tiapp.xml under "" node add:
CFBundleDisplayName
MyName
"MyName" should be different than project name!
Then, run project (ti build -p ios), put app in background (Cmd + Shift + H) and see that name is not changed (for example, it says "Bug" instead of "MyName").
If you do the same in Info.plist (it's located in root project dir):
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
CFBundleDisplayName
MyName
clean project and run it again, you'll see that name is changed.
[~ivan.skugor] Thank you for bringing this to our attention. I am able to reproduce this issue. However, this is a duplicate of TIMOB-9576. Please watch TIMOB-9576 for latest updates.
OK, thanks Ritu.