[TIMOB-5048] API Parity: Output SDK version, build date and hash to console appears in different format in iOS and Android
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-05T21:57:58.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | TiAPI |
Labels | android, build, ios, parity, tbs-2.1.0 |
Reporter | Vikramjeet Singh |
Assignee | Ingo Muschenetz |
Created | 2011-08-18T10:55:38.000+0000 |
Updated | 2017-06-05T21:57:58.000+0000 |
Description
Steps to Reproduce:
1. Create a mobile project in Titanium studio for both iphone and android platfrom
2. Build and run the project in iPhone simulator
3. Check the console output
4. Build and run the project in Android Emulator
5. Check the console output
Actual Result:
After Step 3 (for iphone):
[INFO] aivenhi/1.0 (1.8.0.v20110817162148.ce27a64...)
(NOTE: no timestamp)
After Step 5 (for android):
[INFO] Titanium SDK version: 1.8.0 (08/17/11 16:21 ce27a64...)
(NOTE: full version number is not shown, it was supposed to be 1.8.0.v20110817162148 not 1.8.0)
Expected Result:
One line with all the information including full version number, timestamp and hash value
Closing ticket as this version of Kitchen Sink is no longer supported.