[AC-1819] Fix appid validation regression.
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2013-03-04T18:32:54.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Appcelerator CLI |
| Labels | n/a |
| Reporter | Sam Rijs |
| Assignee | Mauro Parra-Miranda |
| Created | 2013-02-11T10:24:30.000+0000 |
| Updated | 2016-03-08T07:40:43.000+0000 |
Description
When building, the app id is validated, and, according to the rules
previously in place, may not contain hyphens.
However, this was allowed in the 2.* SDK and there are now existing
apps using hyphens for their IDs which cannot be changed due to
Apple AppStore restrictions.
This is a regression!
Please pull this in asap, as it is mandatory for upgrading existing apps to use the 3.* SDKs.
GitHub Pull Request: https://github.com/appcelerator/titanium_mobile/pull/3825
DUP issue.