Daniel Lebu
0ca24ded95
Merge branch 'master' of https://hexcordovatools.visualstudio.com/defaultcollection/_git/Hex%20Cordova%20tools
2014-12-10 17:24:46 -08:00
Daniel Lebu
72af70a7db
Added TS StyleCop.
2014-12-10 17:24:31 -08:00
Jimmy Thomson
cde95744fb
iOS remote build is now able to build, simulate, deploy and run to device, and set up debugging pipelines! Again!
2014-12-08 15:08:10 -08:00
Jimmy Thomson
a070f1a733
Fixing more oversights shown up by testing the mac side of things.
2014-12-08 11:26:41 -08:00
Jimmy Thomson
b26e5766b7
Fixed an issue with initialization and circular dependencies. Turns out I shouldn't cache a value which ends up eventually depending on the current module being loaded.
2014-12-08 10:21:23 -08:00
Jimmy Thomson
a66d0fd7d7
Fixing up some typos
2014-12-08 09:43:13 -08:00
Jimmy Thomson
b164ae75de
Merge branch 'master' of https://hexcordovatools.visualstudio.com/defaultcollection/_git/Hex%20Cordova%20tools
2014-12-08 09:01:55 -08:00
Jimmy Thomson
ff09ae3c65
vs-mda-remote should once again be feature complete for iOS builds, including self-test ability. Next step, once I check that it does actually work, is to write some unit tests.
2014-12-08 09:01:44 -08:00
Daniel Lebu
f319aaf3d5
Merge branch 'master' of https://hexcordovatools.visualstudio.com/defaultcollection/_git/Hex%20Cordova%20tools
2014-12-04 16:20:58 -08:00
Daniel Lebu
8a3bdb1bd3
Added gulpfile. Cleaned up code.
2014-12-04 12:36:35 -08:00
Jimmy Thomson
ba51a34a85
Some more fixes to issues shown up in early testing.
2014-12-01 16:07:49 -08:00
Jimmy Thomson
6d11f125ca
Reordered import statements to alphabetical order, and grouped by internal/external dependency, since in a number of places I was using absolute references where I needed relative references.
2014-12-01 15:20:58 -08:00
Jimmy Thomson
829a1ada49
Adding in typings for the express package, which also required that I modify the .gitignore
2014-12-01 15:06:01 -08:00
Jimmy Thomson
c25e980315
Updating package.json to include a dependency on typescript, and a prepublish command to compile to js.
2014-12-01 14:55:44 -08:00
Jimmy Thomson
e9cbc32fd4
vs-mda-remote should at this point be able to service iOS build requests. There is still a lot of hardcoded strings around, essentially for debugging purposes.
2014-12-01 14:53:44 -08:00
Jimmy Thomson
78e590d601
Initial commit rewriting vs-mda-remote to typescript, which includes some refactoring to allow it to operate on windows as well.
2014-11-25 10:43:39 -08:00
Jimmy Thomson
c1440cb4cf
Adding a .gitignore file to avoid checking in .map.js, .ntvs_analysis.dat, and node_modules.
2014-11-21 16:14:44 -08:00
Jimmy Thomson
c498c704cd
First checkin for vs-mda-client command line for communicating with vs-mda-remote.
...
If invoked with the correct arguments, this will connect to vs-mda-remote, send a build across (Probably failing to do an incremental build) and if the build is for a device and successful, download the ipa ready to be put on a device.
2014-11-21 16:12:46 -08:00
Daniel Lebu
9b79805d1f
Test local commit.
2014-11-20 10:19:09 -08:00
Daniel Lebu
f357c72212
Typescript compile hook spike.
2014-11-19 17:26:42 -08:00