[TIMOB-15395] SDK: Typo in titanium.js
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2014-03-23T00:51:09.000+0000 |
| Affected Version/s | Release 3.1.4 |
| Fix Version/s | 2013 Sprint 21, 2013 Sprint 21 Core, Release 3.2.0 |
| Components | CLI, Tooling |
| Labels | ay-verified, qe-3.1.4, qe-closed-3.2.0 |
| Reporter | Olga Romero |
| Assignee | Chris Barber |
| Created | 2013-10-03T23:37:25.000+0000 |
| Updated | 2014-03-23T00:51:13.000+0000 |
Description
There is a typo in the word "consist".
..../osx/3.1.4.v20131002082601/node_modules/titanium-sdk/lib/titanium.js
tiapp.version || (tiapp.version = '1.0');
if (!/^\d+(\.\d+(\.\d+(\..+)?)?)?$/.test(tiapp.version)) {
logger.error(__('tiapp.xml contains an invalid version "%s"', tiapp.version));
logger.error(__('The version may only *contist* of letters, numbers, dashes, underscores, pluses, and spaces.') + '\n');
process.exit(1);
}
Moving into 3.2.1 due to lack of remaining bandwidth for 3.2.0
Fixed it in the Android build PR. Pull request: https://github.com/appcelerator/titanium_mobile/pull/4781
Closing as fixed Tested and verified Fixed with: CLI 3.2.0 (git://github.com/appcelerator/titanium.git) Alloy 1.3.0
logger.error(__('The app id must consist of letters, numbers, and underscores.'));