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

chore(release): 4.5.0

8f9c713bbad122627ab78f8c1c3513ab3cc86431 authored 12 months ago
fix: visionos log output (#129)

Co-authored-by: Igor Randjelovic <[email protected]>

b020f349110c3b58c3be85d6581320a5bc2d1532 authored 12 months ago
chore(release): 4.4.2

05b610b50d9ebb079642d1d9531ad11a2087770e authored over 1 year ago
feat: include platform in matched device

0f7ccb37b5201e78149667a88a89fc977f9a3091 authored over 1 year ago
chore(release): 4.4.1

5f9a92360e8f156cbe66bd001f1f5c05912a4970 authored over 1 year ago
feat: allow listing visionOS devices (#128)

4b56bd25380f57633998f41a3ac82a9863be68c9 authored over 1 year ago
fix: boot device by id when there's already a device running

84c85040d4b3c8e44c3602778cafe7f70b7f7218 authored over 1 year ago
feat: allow listing visionOS devices

c2befefbaca2d87145eb65c3fc4a8a35a441e289 authored over 1 year ago
chore(release): 4.4.0

2a7e2c2dd429ae5ff8a9f8b14ef7460b0350df96 authored almost 2 years ago
chore: refactor package to latest deps

c63f9cee139016ad92ac5981f78862da71725174 authored almost 2 years ago
chore(release): 4.3.0

cded4444811f717e71802e13f77b9bbb0ecfce9d authored almost 2 years ago
chore: remove colors dependency & use package.json files array

eff3464652c77e70e47df999003e370b41b4da08 authored almost 2 years ago
chore(release): 4.2.5

08fbbd01298d15ee8ab6632cc804deea68809189 authored almost 3 years ago
fix: ignore non-zero exit code from simctl terminate (#127)

e4e9214c2c4e99bb2abceb7348a6b8824edf0dd3 authored almost 3 years ago
chore(release): 4.2.4

fixed packing script to ensure we compile ts before packing

ff150f8d74fc53fa45285f75a3d25ea642f13ec2 authored about 3 years ago
chore(release): 4.2.3

c90ac1a71f76616bce8e97e629750da28f273b98 authored about 3 years ago
chore(release): 4.2.2

90866814836c18e5cf9e5080d577bdf46cf639d4 authored about 3 years ago
fix: launch default simulator rather than iPhone 6 (#126)

* fix for default simulator

this fix let the XCode simulator choose the default simulator to ...

f8c10aa13f1fde5c3ecee56da9e3c76b6dc930a6 authored about 3 years ago
chore(release): 4.2.1

892c8ba601f98bdc5c025d62d7e465f46527aed3 authored over 4 years ago
fix: ios14 application dir is not created by default (#125)

e38e0959eabd72b6508864ee49a6fe21585ade7f authored over 4 years ago
chore: 4.2.0 - dep bumps

56add449815a7b3c7e6f368b6b132340ba255a41 authored over 4 years ago
Merge pull request #122 from telerik/tachev/fix-restart-freeze

fix: enforce 3 seconds between app restarts in order to avoid frozen simulators on fast restarts

951ec29f17677e4b29a298be33902b3666fec5c3 authored about 5 years ago
fix: enforce 3 seconds between app restarts in order to avoid frozen simulators on fast restarts

10d6d2ffca3ca5e4c804fda6de556fc41aeca675 authored about 5 years ago
Merge pull request #121 from telerik/vladimirov/fix-xcrun

fix: popup is shown when searching for iOS Simulators

79cc924852e797b8df40b52d1348db97f4b4e2cc authored almost 6 years ago
release: cut the 4.0.9 release

5c6675c69c1bb18fd3215d6e01b530931f0c5c0e authored almost 6 years ago
fix: popup is shown when searching for iOS Simulators

When Xcode Command Line tools are not installed, calling `xcrun` leads to a popup with suggestio...

c776a42ac0757e6905d660be607c69715252b354 authored almost 6 years ago
Merge pull request #120 from telerik/vladimirov/fix-xcode-9-stop-app

fix: add timeout when stopping application

f347e0aa8c42c7293bc349c1d37989d03506b3e7 authored about 6 years ago
fix: add timeout when stopping application

On slower machines, `kill -9` says its stopped the application, but it is still runing on iOS Si...

2816b9f8fe39790919600d942af4b791b8f88001 authored about 6 years ago
Merge pull request #119 from telerik/vladimirov/fix-get-pid

fix: getPid returns incorrect result

d737eb684cd5f81aa1f240444f8c14d052f2f37b authored about 6 years ago
relese: cut 4.0.7 release

be7e61d9a3e1d83d8b91c82db80d331121e77854 authored about 6 years ago
fix: getPid returns incorrect result

In case application name contains `grep`, the `getPid` method will not return any result as we h...

213c0028540365cbab4740ffd38e59fdef048507 authored about 6 years ago
Merge pull request #118 from dtopuzov/patch-1

chore: bump node versions

0cd17762df9b5caf2c3b54ed1306fc73e5459c50 authored about 6 years ago
chore: no upper limit for node version

295de014d55df3c68388d46d5ba3deaa592d5950 authored about 6 years ago
chore: bump node versions

de6588b3a8dc9aa83968f6e0483d2d5980f10b49 authored about 6 years ago
Merge pull request #117 from telerik/tachev/fix-stop-application

fix: stop the application using the local pid instead of `simctl terminate` (the terminate comma...

5ae0031f01a631c7bf1c8e54b6d1cd8f10094e98 authored about 6 years ago
fix: stop the application using the local pid instead of `simctl terminate` (the terminate commands hangs when the application is on a breakpoint)

5393c988259caa361f4436b57e54077b6562d381 authored about 6 years ago
release: set version to 4.0.5

85c4666cc893685a99ad53557e7b5d6aab353960 authored over 6 years ago
Merge pull request #116 from telerik/fatme/fix-livesync

fix: use correct spawn method in order to fix livesync

8800eca793a6b39b87ca7494183794052de8710e authored over 6 years ago
Merge pull request #115 from telerik/vladimirov/fix-get-app-container

fix: get_app_container returns non-existent path

f9307ab959d2cbf87d74ca064cab799595117f4e authored over 6 years ago
fix: use correct spawn method in order to fix livesync

`childProcess.spawn` is blocking method and waits for close event to resolve the promise. Actual...

2b30544f62c5be999e34ba8e25ea53eb5b1baf74 authored over 6 years ago
fix: get_app_container returns non-existent path

In case application is not installed on simulator, `xcrun simctl get_app_container ...` command ...

f234c5a15c2f82148a46179b6d4a227ba342d7db authored over 6 years ago
Merge pull request #114 from telerik/vladimirov/fix-log-process-not-started

fix: log process is not started on getDeviceLogProcess

87dac2f07addc5d4d30947184a67e15207f284a6 authored over 6 years ago
release: set version to 4.0.4

bacc4c1939dbb92f4fddd4b2adf2f13401cbe093 authored over 6 years ago
fix: log process is not started on getDeviceLogProcess

In some cases (especially with Xcode 10), calling getDeviceLogProcess returns a childProcess for...

4a4353fe37db200cfc56e9b7bab7b6110cb3255e authored over 6 years ago
Merge pull request #113 from telerik/vladimirov/fix-xcode10-install

fix: unable to install application every other time with Xcode 10

3720dcd6079af89de4e8092482d1a5b7b8eb43ef authored over 6 years ago
release: set version to 4.0.3

4b6f1073b26812cba61bf7048d2ceca576bcb305 authored over 6 years ago
fix: unable to install application every other time with Xcode 10

When using Xcode 10, the `xcrun simctl install ...` command fails every other time with error:
`...

077af9c34bfe6754db791f4cae0b84989af35650 authored over 6 years ago
feat: Add Node.js 10 as verified

cec445292c019a72d9fdfd86be32091c18a11d07 authored over 6 years ago
Merge pull request #112 from telerik/kddimtirov/add-error-handler-spawn

Kddimtirov/add error handler spawn

8ba24406015ffea48ba964188a4172a6556e8bc7 authored over 6 years ago
chore: bump version to 4.0.2

50ac728c7a7b8fa8564ed2d552441436dfa2051d authored over 6 years ago
fix: attach error handler to spawned process

014ba49767f51a9c3a001c9553cf781d24329548 authored over 6 years ago
Bump version to 4.0.1

0c49691b0b9fc86dda678cc8d8d53a1756801f54 authored over 6 years ago
Merge pull request #111 from telerik/fatme/fix-missing-await

Fix missing await

a8740c16eef3fe7e75a0e5950a2bc65cfeb77994 authored over 6 years ago
Fix missing await

e78783d18c60108fd4c78c2d3235f43da7d33edb authored over 6 years ago
Update package.json version to 4.0.0

2b0362bc977675219540ad10813750412f3154b0 authored over 6 years ago
Merge pull request #106 from telerik/fatme/async-api

Make ios-sim API async

f358b1df8cd96b426bb7f13b2a875cf44e9277e3 authored over 6 years ago
Make ios-sim API async - WIP

14174801371b1aa8ded3a8a18ca3a467bab6bf15 authored over 6 years ago
Merge pull request #110 from telerik/fix-compilation-error

Fix compilation error

ad24748c5dbe828cf7dd368897021b216579b0d8 authored over 6 years ago
Fix compilation error

b75095c66bb27c2377d124fb90d5bc04c0c8fb94 authored over 6 years ago
Update version to 3.4.5

f83f3146cb505be8a6182c6bd05f31409f73d2f2 authored over 6 years ago
Merge pull request #108 from telerik/fatme/verify-device-2

Verify device passed as option

14d53cb7db801a311e7c0e9e0f42c7601a67c851 authored over 6 years ago
Merge pull request #109 from telerik/vladimirov/fix-interval

fix: Do not wait 15 seconds to detect simulator

b1062652e5a95564b28546819e5e91c6f6af92b8 authored over 6 years ago
chore: Set version to 3.4.4

55329a2c2e1feb06ef998e0ec93ba8e58b697eeb authored over 6 years ago
fix: Do not wait 15 seconds to detect simulator

Currently when we want to detect iOS Simulators we have a setInterval that iterrates 30 times fo...

c5eb75408bf00c397dc82dc4ee0dcb692fde2574 authored over 6 years ago
Verify device passed as option

Fixes this https://github.com/NativeScript/nativescript-cli/issues/3625

870e30abc100aac503f981d66f9fb75cdafcbf9b authored over 6 years ago
Merge pull request #107 from telerik/vladimirov/fix-run-device

fix: launchApplication fails when device identifier is passed

56e3abb90f260f3af46445762f1c8faea71a5a33 authored over 6 years ago
chore: Set version to 3.4.3

f5d7b8b2e49ad8c9bb3e4261a7d0b5e1e88d5783 authored over 6 years ago
fix: launchApplication fails when device identifier is passed

In case `launchApplication` is called with device identifier (instead of name), the validation f...

eb182f9cbc944c6fa2d28a4f174080ab7d80fb84 authored over 6 years ago
Update version to 3.4.2

a2217f68950b7d671f7ae980b7798076f0112e83 authored over 6 years ago
Update version

e4f7a5a13b291a6a6dac30622bb9dc7fb8044cf5 authored over 6 years ago
Update ios-sim.ts

f8b798dfe4f9b2ddf37fcdd3a625cdcdaf3aa803 authored over 6 years ago
Merge pull request #103 from telerik/fatme/ios-debugger-port

Get debugger port from device logs

02aa40870aa13ecbb5ac7f385d386bbef174c032 authored over 6 years ago
Fix PR comments

b728f684dd341ee50cfe9ff8623e9020781934a1 authored over 6 years ago
Merge pull request #105 from telerik/fatme/fix-unhandled-exception

Fix unhandled exception that is thrown in case when there are some configuration problem on the ...

b0bfc2a4bdf647023b05647cef8e9ec0328ae65f authored over 6 years ago
Get debugger port from device logs

41cc259a224635082429327a4545cebc393172df authored over 6 years ago
Fix unhandled exception that is thrown in case when there are some configuration problem on the machine

db4d4e1602157b24ff5741f7297a17b71e3bf44e authored over 6 years ago
Merge pull request #104 from telerik/fatme/fix-device-id-check

Verify device id before running the simulator

23bfd8a18d8bb5ce701fa523235bf5fce1170b31 authored over 6 years ago
Update version

301139fb65cf9b120b6c44f2d51fc91ba14a8fce authored over 6 years ago
Check if device is undefined

168494d99b65ff689de94e9339413270f3d143c8 authored over 6 years ago
Verify device id before running the simulator

cd3a4cd3d841756eae2eb0a52e7a73909507320d authored almost 7 years ago
Merge pull request #102 from telerik/fatme/device-by-name-and-sdk

Get device by name and sdk

f70ce58608211860bc58c3cec351b500d0ee9e82 authored almost 7 years ago
Support for getting device by name and sdk

Fixes:
https://github.com/NativeScript/nativescript-cli/issues/2131
https://github.com/NativeScr...

cc892c02425593fbec7be51932a3ecab1b895432 authored almost 7 years ago
Set version to 3.3.1

Also add Node.js 9.x.x as verified

d888c819e6ed4ce66eced7e40b9c692770a0cbd2 authored almost 7 years ago
Merge pull request #101 from telerik/fatme/tools-not-configured

Throw an error when xcrun simctl command fails

8b326c4a740168fc7a18a7a04b0fae006b981e92 authored almost 7 years ago
Throw an error when xcrun simctl command fails

Hanlde in a better way errors from xcrun command

7f50a9e6c942d084c0a1cd02028ea30447d2bf48 authored almost 7 years ago
Set version to 3.3.0

19019bbddb4023bc3aaa110320f0155a3c7c8fdf authored almost 7 years ago
Merge pull request #100 from telerik/fatme/respect-device-id

Respect --device <id> option

f06845cfa36a079e04c011333cf44943a9d9c43e authored almost 7 years ago
Respect --device <id> option

b0914908b0c8b0ed5666320a9d46502f37cdb675 authored almost 7 years ago
Merge pull request #99 from telerik/fatme/multiple-simulators

Support for multiple simulators

a84c11acb1f248fb648ef9fc45a9c216773714a5 authored almost 7 years ago
Support for multiple simulators

ec6ddb9a8a6c063925e0810ba08b6d12878716b9 authored almost 7 years ago
Merge pull request #98 from telerik/fatme/fix-hangs-iOS-11

Give some time to `simctl launch` command to launch the process

0df90aa5e2898ff4d013647ce0883db6d7e96d80 authored almost 7 years ago
Merge pull request #97 from telerik/fatme/fix-orphan-simulator

fix(simulator): Boot orphan simulator

f5fb57af5b6f99bc7007cf270a007d396b73cf6e authored almost 7 years ago
Give some time to `simctl launch` command to launch the process and all related processes and services

Trying to fix https://github.com/NativeScript/nativescript-cli/issues/3235

f07f0fe2a7889ac4bd5339e7a7ab64839294b1c3 authored almost 7 years ago
fix(simulator): Boot orphan simulator

Fixes https://github.com/NativeScript/nativescript-cli/issues/3324

919e80a09b6cb7a2fe8e31e90116f2e35feeaafb authored almost 7 years ago
Merge pull request #95 from telerik/kddimitrov/ios11-xcode9

Fix log in iOS11 simulators.

5153663e5075dd407bef068ad42cd7066d1649d9 authored over 7 years ago
Bump version to 3.2.0

65f86ef3a29e4bed9d05232891a8262a6dd7b5f2 authored over 7 years ago
Fix log in iOS11 simulators.

cc6995e0308c8dbc2fdb5d4d0826cdda8c14a284 authored over 7 years ago
Fix comments for iOS11 Simulator log.

f2ccf131bc1250d14c799e460d23b1a249683e6c authored over 7 years ago
Merge pull request #96 from telerik/vladimirov/fix-killing-process

Fix killing simctl process capturing the kill signal without sending to parent

f7004e3e009b1e6f93ece86cf7a07bf0c7a4ace4 authored over 7 years ago
Set version to 3.1.3

4ec1d9f86d7e015466a4d46b4228c806756a242f authored over 7 years ago