diff --git a/lib/common/mobile/ios/simulator/ios-simulator-application-manager.ts b/lib/common/mobile/ios/simulator/ios-simulator-application-manager.ts index 0645880f7a..b12ea3d4c8 100644 --- a/lib/common/mobile/ios/simulator/ios-simulator-application-manager.ts +++ b/lib/common/mobile/ios/simulator/ios-simulator-application-manager.ts @@ -33,7 +33,7 @@ export class IOSSimulatorApplicationManager extends ApplicationManagerBase { } } - return this.iosSim.installApplication(this.device.deviceInfo.identifier, packageFilePath); + await this.iosSim.installApplication(this.device.deviceInfo.identifier, packageFilePath); } public async uninstallApplication(appIdentifier: string): Promise { diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f4c7b33efc..9d8098af94 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2944,7 +2944,7 @@ }, "get-stream": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "resolved": "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=" }, "get-uri": { @@ -3814,9 +3814,9 @@ } }, "ios-sim-portable": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/ios-sim-portable/-/ios-sim-portable-4.0.2.tgz", - "integrity": "sha512-zNMcrUWUU/KnuOmwd7VW8mzf6pM+mwUQiINJbj5Sx/G7FwwzLBSfIN4ekSpSkgNGPB6ME9MbO3b2Qc9IxsV5TQ==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/ios-sim-portable/-/ios-sim-portable-4.0.3.tgz", + "integrity": "sha512-vgNif6/akztliDeh9iUxBnrhoFMEGHbnXms1sIyJWBd5B3gQEnWXpe0v0hqsJtUhezKqHfjrZs4ksQjHZLOzKA==", "requires": { "bplist-parser": "https://github.com/telerik/node-bplist-parser/tarball/master", "colors": "0.6.2", @@ -7043,9 +7043,9 @@ } }, "spdx-exceptions": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.1.0.tgz", - "integrity": "sha512-4K1NsmrlCU1JJgUrtgEeTVyfx8VaYea9J9LvARxhbHtVtohPs/gFGG5yy49beySjlIMhhXZ4QqujIZEfS4l6Cg==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz", + "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==" }, "spdx-expression-parse": { "version": "3.0.0", diff --git a/package.json b/package.json index ecff9b5b9f..5bc92a63e9 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "inquirer": "6.2.0", "ios-device-lib": "0.4.15", "ios-mobileprovision-finder": "1.0.10", - "ios-sim-portable": "4.0.2", + "ios-sim-portable": "4.0.3", "istextorbinary": "2.2.1", "jimp": "0.2.28", "lockfile": "1.0.3",