Skip to content

Commit

Permalink
Remove emulator launch from ios-provision-service.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaNikolov committed Jul 13, 2017
1 parent 70a6e17 commit 6c5970b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/services/ios-provision-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ export class IOSProvisionService {
devices = [this.$options.device];
} else {
await this.$devicesService.initialize({
platform: "ios"
platform: "ios",
skipEmulatorStart: true
});
devices = _(this.$devicesService.getDeviceInstances())
.filter(d => this.$mobileHelper.isiOSPlatform(d.deviceInfo.platform))
Expand Down

0 comments on commit 6c5970b

Please sign in to comment.