Skip to content

Commit e51226b

Browse files
committed
Merge pull request #180 from czambran/fix_argument_list_of_install_fuction
Removed plist argument from install function because it isn't used and caused the devicetypeid not to be recognized
2 parents bbfd40a + 2939c09 commit e51226b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ var lib = {
334334
});
335335
},
336336

337-
install : function(app_path, info_plist_path, devicetypeid, log, exit) {
337+
install : function(app_path, devicetypeid, log, exit) {
338338
var wait_for_debugger = false,
339339
info_plist_path,
340340
app_identifier;

0 commit comments

Comments
 (0)