telerik / mobile-cli-lib

Contains common infrastructure for CLIs - mainly AppBuilder, NativeScript, DDB and Proton.
Apache License 2.0
11 stars 10 forks source link

Pass correct args to ios-sim-portable's stopApplication #953

Closed rosen-vladimirov closed 7 years ago

rosen-vladimirov commented 7 years ago

When Xcode 8 or later is installed, ios-sim-portable will spawn xcrun simctl terminate <device id> <app id> in order to stop the application. For earlier version the command for stopping the app is killall <app name>. So pass correct args to the method.

NOTE: Merge only after the ios-sim-portable version is bumped (i.e. after merging https://github.com/telerik/ios-sim-portable/pull/90).

justcodebuilduser commented 7 years ago

:heart:

justcodebuilduser commented 7 years ago

:heart: