diff --git a/build/run-testsapp.grunt.js b/build/run-testsapp.grunt.js index 238ab99a2..7bc5c4684 100644 --- a/build/run-testsapp.grunt.js +++ b/build/run-testsapp.grunt.js @@ -164,6 +164,9 @@ module.exports = { }, startAndroidApp: { cmd: "adb shell am start -n " + localCfg.deployedAppName + "/" + localCfg.mainActivityName + }, + uninstallExistingiOSApp: { + cmd: "bash -c 'exit 1'" } }, untar: {