Skip to content

Commit

Permalink
Use new version of Device.configureLocalApp
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Mar 7, 2014
1 parent 2882665 commit d45f2ae
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 d45f2ae

Please sign in to comment.