Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

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

Merged
merged 1 commit into from
May 9, 2017

Conversation

rosen-vladimirov
Copy link
Collaborator

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 NativeScript/ios-sim-portable#90).

@justcodebuilduser
Copy link

❤️

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.
Update ios-sim-portable to latest version, where the change is implemented.
@rosen-vladimirov rosen-vladimirov force-pushed the vladimirov/fix-stop-start-sim-app branch from 76743bf to 5871918 Compare May 9, 2017 05:41
@justcodebuilduser
Copy link

❤️

@rosen-vladimirov rosen-vladimirov merged commit a612881 into release May 9, 2017
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/fix-stop-start-sim-app branch May 9, 2017 05:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants