Skip to content

Commit

Permalink
Merge pull request #2019 from imurchie/isaac-iosconfig
Browse files Browse the repository at this point in the history
Use new version of Device.configureLocalApp
  • Loading branch information
jlipps committed Mar 7, 2014
2 parents b942173 + d45f2ae commit a06e4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devices/ios/ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ IOS.prototype.configureApp = function (cb) {
this.capabilities.iwebview = true;
this.args.app = path.resolve(__dirname,
"../../../build/WebViewApp/WebViewApp.app");
return this.configureLocalApp(this.args, this.capabilities, cb);
return this.configureLocalApp(cb);
} else if (app === "settings") {
return this.configurePreferences(cb);
} else if (this.appIsPackageOrBundle(app)) {
Expand Down

0 comments on commit a06e4d6

Please sign in to comment.