Skip to content

Conversation

@rosen-vladimirov
Copy link
Contributor

  • Update to TypeScript 2.1.4
  • Remove .js files
  • Add tsconfig.json and transpile to ES6
  • Read tsconfig.json in Gruntfile.js
  • Remove support for Xcode 5
  • Merge implementation for Xcode 7 and Xcode 8
  • Fix Xcode 6 implementation by adding abstract methods in base class.
  • Remove fibers
  • Use sync API everywhere
  • Use forked version of bplist-parser in order to use sync call.
  • Remove support for Xcode 6
  • Update node.d.ts
  • Remove NodObjC dependency
  • Update sleep function
  • Separate entry points when the module is required and when it is used as standalone application.
    This way when it is required, the help will not be printed.

* Update to TypeScript 2.1.4
* Remove .js files
* Add tsconfig.json and transpile to ES6
* Read tsconfig.json in Gruntfile.js
* Remove support for Xcode 5
* Merge implementation for Xcode 7 and Xcode 8
* Fix Xcode 6 implementation by adding abstract methods in base class.
* Remove fibers
* Use sync API everywhere
* Use forked version of bplist-parser in order to use sync call.
* Remove support for Xcode 6
* Update node.d.ts
* Remove NodObjC dependency
* Update sleep function
Separate entry points when the module is required and when it is used as standalone application.
This way when it is required, the help will not be printed.

Remove postinstall script as it is not used anymore.
@rosen-vladimirov rosen-vladimirov self-assigned this Jan 6, 2017
@rosen-vladimirov
Copy link
Contributor Author

TODO: Get back the "prepublish": "node prepublish.js" in package.json

let repeatCount = 30;
let timer = setInterval(() => {
let result = simulator.getBootedDevice.apply(simulator, args);
if ((result || !repeatCount) && !isResolved) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set isResolved to true

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants