[TIMOB-17836] MobileWeb: Update build system to use new windowslib
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-11-13T19:16:19.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.0.0 |
Components | MobileWeb, Tooling |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2014-10-09T22:40:21.000+0000 |
Updated | 2017-03-09T01:06:47.000+0000 |
Description
Integrate the latest https://github.com/appcelerator/windowslib into Mobile Web's build and "ti info".
Titanium CLI pull request: https://github.com/appcelerator/titanium/pull/166 Titanium SDK pull request: https://github.com/appcelerator/titanium_mobile/pull/6344
To test:
ti info
Runti info
and verify the Visual Studio, Windows Phone information, WP emulators/devices, and PowerShell permissions.Create an app
Add the following to theapp.js
:Mobile Web
Windows Phone Emulator
Each of these tests should render the log output.Leave emulator running and build again.
Manually close the emulator, build command should exit.
Windows Phone Device
For these tests, you'll need a Windows Phone 8.0 or 8.1 device. The device will need to be on the same network as the Windows machine you're testing from. Leave phone disconnected.Should error because device not connected. Connect device, leave device LOCKED.
Should error saying screen is locked. Unlock device.
Should build and display log output.
Perform production build and verify logging is disabled:
If you have more than one Windows Phone device, plug both of them in and run a build.
Observe error. You can only have 1 device connected.
Misc Windows Phone
Windows Store Apps
Should build, install, and run. Build again to skip cert step:
Should build, uninstall previous version, install new version, and run.
https://github.com/appcelerator/windowslib/issues/5
Closing ticket as fixed.