Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/NativeScript/ios-sim-portable

A Node.js command-line utility to launch an iOS application bundle (.app) in the Xcode iOS Simulator
https://github.com/NativeScript/ios-sim-portable

Fix killing simctl process and caller

In case when ios-sim-portable is used as a library, in a CLI for example, sending Ctrl + C shoul...

98769d409e62055f70e01989735bcf440f2a4988 authored over 7 years ago
Merge pull request #94 from telerik/vladimirov/fix-sim-8

Fix restarting of application on simulator with OS < 10

0b52a9ca9ebf3a3f5f752c2b447c5616f88aab28 authored over 7 years ago
Set version to 3.1.2

4499d11075f742e50c92adcb828a7c27495faffa authored over 7 years ago
Fix restarting of application on simulator with OS < 10

In case the OS version of the simulated device is below 10, (for example 8.4) the `simctl termin...

3bd2f4d1033d42a5a430b62bd29d858d1682c981 authored over 7 years ago
Merge pull request #93 from telerik/vladimirov/fix-run

Fix starting default simulator

c0f761be4474ad0dd6c9d96737c85d293ad353ec authored over 7 years ago
Set version to 3.1.1

19c05015e890a4b15d398df24028f228445799a6 authored over 7 years ago
Fix starting default simulator

In case device.id is not passed, we should start the default simulator (iPhone 6 for example). H...

a11606dfd13bbdcc29791bdf601e34bd72712361 authored over 7 years ago
Enable support for Node.js 8

460f2b28e52b60473c1b4b808de9a9e930d21954 authored over 7 years ago
Set version to 3.1.0

262a1003922dcba4b193dbff087d43165d163880 authored over 7 years ago
Merge pull request #92 from telerik/kddimitrov/fix-no-device-identifier-check

Fix simulator identifier not verified before startEmulator.

b80923bc877507be84fb57e754a59781a2ab2536 authored over 7 years ago
Fix simulator identifier not verified before startEmulator.

12f123ad9782351f4f75f4e1d71e7872541ece9f authored over 7 years ago
Merge pull request #90 from telerik/vladimirov/sleep

Ensure stopApplication works correctly

2cdaa8772f64a49b51f1fb3f13fe8ddbba28ab60 authored over 7 years ago
Set version to 3.0.0

c00eac7f7547fd7260d8adcedeb60ae68b5de75e authored over 7 years ago
Ensure stopApplication works correctly

stopApplication method calls killall command, which does not terminate the process immediately. ...

2d7ecfdfc972d8dcf266c342f1b022936d17eed9 authored almost 8 years ago
Merge pull request #89 from telerik/yosifov/escape-simctl

Escape all arguments passed to the xcrun simctl

75d9d06705f8f0063accc873c28092952d92f937 authored almost 8 years ago
Add spawnSync wrapper

a4d72291803754bacddd5624ea9af98d84ef9292 authored almost 8 years ago
Use spawn instaed of exec to have the args escaped.

d79cbfd5db812ccb0c78199d756133a68c1f9f8c authored almost 8 years ago
Escape all arguments passed to the xcrun simctl

Escape all arguments passed to the xcrun simctl

ee1a6a6dd26f83620df7db8c3d57f32c53d7d9d9 authored almost 8 years ago
Merge pull request #88 from telerik/vladimirov/version-202

Set version to 2.0.2

80f6cb76543d188074f9989662450de71a262b07 authored almost 8 years ago
Set version to 2.0.2

db19ee62ebee6b0d6f8a9522587b927db43b60bc authored almost 8 years ago
Merge pull request #87 from telerik/yosifov/start-to-respect-deviceid

Modify startSimulator to kill the booted one if it's not with the sam…

4528b59a754cd899524252286166fe6b6c9d04c6 authored almost 8 years ago
Make killSimulator synchronous -> remove await/async

631032dceebd2d6aca5eae4fa44ef385742c397d authored almost 8 years ago
Modify startSimulator to kill the booted one if it's not with the same device id

0d596f600458d240a8441c746743d712ab06e13f authored almost 8 years ago
Merge pull request #85 from telerik/vladimirov/fix-ipad

Fix detection of iPad Pro

05ea7bfc5fd078b6f58590a4974bf375528233eb authored almost 8 years ago
Set version to 2.0.1

58c25b3378cabd5e45248926135c48eb025f9076 authored almost 8 years ago
Fix detection of iPad Pro

When the device name contains `()`, the regex matches it instead of the GUID and after that we e...

3abdf48ca4fff112527fb709d7b5723379a79392 authored almost 8 years ago
Merge pull request #83 from telerik/all/remove-fibers

Remove fibers

c78aa880af1365776fcee90756ff65113908570c authored about 8 years ago
Add missing isResolved = true

9e217fd53413b64d87139db13d93a628edde8b79 authored about 8 years ago
Fix spawning of simulator and get back prepublish script

e51a3159cc8263eb3b38ec7c407f7aa4e83293e2 authored about 8 years ago
Remove incorrect async/await

b10c7de5a96c963527817fc94095d723301ed497 authored about 8 years ago
Separate entry points

Separate entry points when the module is required and when it is used as standalone application....

d48dd0a3b7dbc0a790b31c6c1da816884d725177 authored about 8 years ago
Remove fibers

* Remove fibers
* Use sync API everywhere
* Use forked version of bplist-parser in order to use ...

10893bac2ea1179d3a013aa2553a23a39da4656d authored about 8 years ago
Prepare repo for removing fibers

* Update to TypeScript 2.1.4
* Remove .js files
* Add tsconfig.json and transpile to ES6
* Read ...

6ad4678a47a7b082071b46de30b4f0888a32735c authored about 8 years ago
Merge pull request #82 from telerik/vladimirov/fix-engines

Fix engines restrictions

0a21a0844bdeb40a33b1ec32ee40ba6fbb799554 authored about 8 years ago
Set version to 1.6.1

1eb115f386f0cd241e53ed8cb419ae06393759b6 authored about 8 years ago
Fix engines restrictions

9ff523f89048d2b85461088fe2ef99e82d983a27 authored about 8 years ago
Merge pull request #81 from telerik/vladimirov/node7

Add support for Node 7

6768374543e5bbe4c6d3cfe76e340c70907f761b authored over 8 years ago
Add support for Node 7

7530e408508dbfadb24d3329db0fd43afdb8dc38 authored over 8 years ago
Merge pull request #79 from telerik/vladimirov/simulator-logs

Return simulator log to caller and do not filter the output

42ea673a6c20a15ce959c025c23ed9e4a5185db9 authored over 8 years ago
Update version

8004bac9cdd4115ff7c4bc0e0af1d62f88cd254b authored over 8 years ago
Return simulator log to caller and do not filter the output

Add `getDeviceLogProcess` method that returns child_process for device logs to the caller and le...

c5ee569d9fc264439351d0d96145adc4e249d97a authored over 8 years ago
Merge pull request #78 from telerik/vladimirov/new-version

Set version to 1.4.0

14919136e456924a2785e81128d1afbb05a1203e authored over 8 years ago
Set version to 1.4.0

545b93eca7c0ec9614db2f11a38e1b0642a78889 authored over 8 years ago
Merge pull request #76 from telerik/milanov/return-child-process-when-printing-device-log

Return the child process of print device log

c92ecebeea07dff0be40f960f91c7213977298f3 authored over 8 years ago
Merge pull request #77 from telerik/vladimirov/node-6.5

Add support for Node.js 6.5

518318a99fd333b4af1517fdbc6cd93a3f00a502 authored over 8 years ago
Add support for Node.js 6.5

f035e99bef8d1a3e73d6d86b4c4ac1e896f36159 authored over 8 years ago
Return the child process of print device log

If someone wants to use the child process which is used to get the device log we need to return ...

412f0aa84cd157313c41264c3f260f0739fd65ef authored over 8 years ago
Merge pull request #74 from telerik/vladimirov/add-grunt-pack

Add grunt pack command

a84ad2caa6f795f7ed5a4c0352777d0ab814faa6 authored over 8 years ago
Add grunt pack command

Add grunt pack command that will:
* remove prepublish script from package.json
* clean the proje...

1a49d512923a9a3ad8afc496c61f2ada57a71ad0 authored over 8 years ago
Merge pull request #73 from telerik/vladimirov/update-version

Set version to 1.2.1

ea23501b8b164a023264a22b6dbc66147baeb867 authored over 8 years ago
Set version to 1.2.1

6764c548dcc5f4a290446149ea116c669c43993c authored over 8 years ago
Merge pull request #72 from telerik/xcode8-support

XCode8 support added

c8d52555a019a6b3b6b919637f805c953804ef0b authored over 8 years ago
XCode8 support added

0ed989ad28b1008190a167750fe1b4b989aa4a11 authored over 8 years ago
Merge pull request #71 from telerik/vladimirov/update-version

Set version to 1.2.0

ee99b7bedd7624e5da0ae08e704ca9c55b8a3494 authored over 8 years ago
Set version to 1.2.0

28ecf3cb6247c68f6f00aaa8b3caeffd3f78db29 authored over 8 years ago
Merge pull request #70 from telerik/raikov/fix-debug-livesync

Fixed stopApplication not working on simulator

3f1b78110c2e4ce09097e7b9cfb65b9c826a8ba3 authored over 8 years ago
Fixed stopApplication not working on simulator

0f3a1deafde5b977bb70039afbf13b08660d16f7 authored over 8 years ago
Merge pull request #69 from telerik/vladimirov/fix-prepublish

Fix prepublish script

5bebb4d3b03e06b03b87b2842d96b1c12c6dd215 authored over 8 years ago
Require grunt in prepublish script only if we have to

fa9f42b9b5a3a3f972dc7561cb8e6556a3af6a37 authored over 8 years ago
Set version to 1.1.4

36efdc4e53163d2dfe40d033ecf4d0446171fcc2 authored over 8 years ago
Fix prepublish script

Fix prepublish script to transpile `.ts` files only when the ios-sim.ts file exists.
This will a...

89577c716432c8d900432dd6da3fe0a678108bac authored over 8 years ago
Merge pull request #68 from telerik/vladimirov/set-v1.1.3

Set version to 1.1.3

d77457e525a1105c237ce038d643a5d1257d7735 authored over 8 years ago
Set version to 1.1.3

7b2f913e3b81396ffc3b9fad9bbaeb1ea6272734 authored over 8 years ago
Merge pull request #67 from telerik/vladimirov/fix-global-object

Remove lodash from global object

b9345addb0c6874a0d3574296fd898b43c5f0e03 authored over 8 years ago
Remove lodash from global object

When CLI require's ios-sim-portable, it already had added lodash in the global object. So ios-si...

735a76aa672d957f5f8cf2bb16c9497a59584f67 authored over 8 years ago
Merge pull request #66 from telerik/vladimirov/version-update

Set version to 1.1.2

4506d636886ab5f7095b0ece3a21e24b828a2296 authored over 8 years ago
Set version to 1.1.2

c2ee9918769a09a2c482301f99466840c15cc3b8 authored over 8 years ago
Merge pull request #65 from telerik/vladimirov/sdk-option

Add --sdk as parameter

9ee8c9d5d0b9820892844b696580e7bef6457051 authored over 8 years ago
Add --sdk as parameter

When CLI uses ios-sim-portable through require("ios-sim-portable"), this module must understand ...

f7e18488dba45bfecbe83494d2383bc2ea085663 authored over 8 years ago
Merge pull request #64 from telerik/vladimirov/fix-object-object-not-future

Fix [object Object] is not a future

26aa92387bef0387c24eac5a7126219fbe593f8c authored over 8 years ago
Fix [object Object] is not a future

When ios-sim-portable is used as dependency of any module that has fibers, the fibers in ios-sim...

7c63a5cc916e29303b848d49a789429eb508c5ca authored over 8 years ago
Merge pull request #63 from telerik/vladimirov/set-version

Set version to 1.1.0

09c2acd65473865fb1ac88d1afe675298db0bf87 authored over 8 years ago
Set version to 1.1.0

e2b62737b8e7d31b269ea51085de073b903a3c0e authored over 8 years ago
Merge pull request #61 from telerik/vladimirov/node-6

Add support for Node.js 6

14dbeb50c7ab7e45eb350b9a641d0b26645d6d41 authored over 8 years ago
Add support for Node.js 6

9188a96da7b29f2450d291cb1fe1d199ee093509 authored over 8 years ago
Merge pull request #60 from telerik/vladimirov/fix-plist-parsing

Fix parsing of simulator plist files

01e8be08d961fd37217d47ec11159b6746a14553 authored over 8 years ago
Set version to 1.0.23

91370b64af7bb4fba0d7d10122b801603dfbbd99 authored over 8 years ago
Fix parsing of simulator plist files

Some watchkit apps have xml plist file and when we try to read them as binary plists, the bplist...

f24c102d4fbba9a40ba55848f58bdfc84aa8e8b3 authored over 8 years ago
Merge pull request #59 from telerik/vladimirov/fix-logs

Fix filtering of iOS Simulator logs per pid of new process

0f9709f42db5708073bfb82b2b8235553ce9774e authored almost 9 years ago
Set version to 1.0.22

6a7ba3858425c405825148c2236a2a64d4099b57 authored almost 9 years ago
Fix filtering of iOS Simulator logs per pid of new process

When application is restarted, the PID of the process is changed. So when showing device logs, w...

8d0dffc825d08faccf4de366c89eaaab9bcd5935 authored almost 9 years ago
Always grunt on prepublish

838ed3f76fa0fa2a57a654dfd1323f17d9aea7aa authored almost 9 years ago
Merge pull request #58 from telerik/kerezov/respect-passed-device-name

Respect optional deviceName parameter passed

7ebb270636aba620e81e7fe95de19b4548a37db5 authored almost 9 years ago
Respect optional deviceName parameter passed

However, use the name passed as a command-line option with priority.
Note that ios-sim-portable ...

bc1fe5ccdaaebb27cfb8f8beb07311b1ee60ba8d authored almost 9 years ago
Fix npmignore

62600b0d10b0f7e7c5ba83ce7faeee9907747fc2 authored almost 9 years ago
Merge pull request #57 from telerik/kerezov/expose-sim-name

Expose method for getting the name of the simulator

7b08b286e78b51e40040308115e6cc52ab6eee37 authored almost 9 years ago
Bump version

2fbb17b5bf608b7749614ede2190fc150d45a958 authored almost 9 years ago
Expose method for getting the name of the simulator

Said name is needed in order to pass it to xcodebuild whenever building for a simulator.

49ed85eb723da65e07fb4026fd208ef8185e6781 authored almost 9 years ago
Merge pull request #56 from telerik/vladimirov/add-filtering-for-simulator-logs

Add filtering for simulator logs based on the PID of the started process.

154889ca23acea070bf0e28f9f29c631789cee2f authored almost 9 years ago
Set version to 1.0.20

Set version to 1.0.20

773a5c107e4f257de52eda0120088f440abe79de authored almost 9 years ago
Add filtering for simulator logs

Add filtering for simulator logs based on the PID of the started process.
In order to use the fi...

32c0d431f984baf8ce5eb1c81e811c9e9a15a019 authored almost 9 years ago
Merge pull request #55 from telerik/fatme/isim

Integrate iOS simulator with device discovery

eb3dd3591dcff33d87b00c45f8d2c5942fb6693f authored about 9 years ago
PR comments

41bcfb9632ae8756d0d5f80c32a99d7cf4571a84 authored about 9 years ago
Integrate iOS simulator with device discovery

37a1c9d136873e52da14751451c52fefae50b07c authored about 9 years ago
Merge pull request #54 from telerik/fix-empty-lines

Do not add empty lines when printing app console msgs

d552d953e0f094c0070cf5574e377088c1815fce authored about 9 years ago
Do not add empty lines when printing app console msgs

See https://github.com/telerik/ios-sim-portable/issues/53

04251d12aaad62e3177e2c2b30fb513b3d2d114b authored about 9 years ago
Merge pull request #52 from telerik/totev/ver-update

Update TypeScript compiler deps to 1.7.5

79ccc41b1ee483079135415cfb0e006d44a8d7ac authored about 9 years ago
Update TypeScript compiler deps to 1.7.5

Update version

be062ca8ad8671eed7f5a6a6e9000e8c9bcb8f12 authored about 9 years ago
Merge pull request #51 from JonnyHeavey/master

Fixes #50 - xcode7 sim launch error.

f1219726aaff3c85073a4b8950eb208f74777107 authored about 9 years ago
Fixes #50 - xcode7 sim launch error.

9859e06c3dcdbdab4f73d52d96041394270c96fd authored about 9 years ago