[TIMOB-8962] iOS: New feature: Allow the creation/edition of custom Info.plist values within tiapp.xml
GitHub Issue | n/a |
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-05-03T09:09:27.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | core |
Reporter | Shannon Hicks |
Assignee | Marshall Culpepper |
Created | 2012-05-02T17:15:27.000+0000 |
Updated | 2012-05-03T09:09:27.000+0000 |
Description
Problem Description
It would be great if we didn't have to create our own Info.plist file to override common values. We can already specify android manifest parameters in tiapp.xml.
Examples:
I need an app with a shorter name for the Home screen (Bundle Display Name)
I would like to have a custom url scheme (URL Schemes array)
I want to specify all my icon files for a universal app (Icon files)
Since Info.plist is an XML file anyway, it seems like the same logic that went into the Android Manifest section of tiapp.xml could be applied here.
This would be something *really great* to have in 1.9 to bring parity between iOS & Android.
Extra info
The customer wants this happening in the tiapp.xml, so he doesn't need to edit a custom plist.
Comments
JSON Source
This is an exact duplicate of a feature request which was cloned: TIMOB-7664. If there are problems with the new feature, that is a bug report, and we require the report to follow our standard bug reporting process. We need: * Description of the bug * Sample demonstrating the problem