Skip to content

Commit

Permalink
Merge pull request #34 from markszabo/fixing-typo
Browse files Browse the repository at this point in the history
Fixing a typo
  • Loading branch information
dpnishant authored Jun 13, 2017
2 parents 5b50c8a + c780ffc commit c87af63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipa_installer/ipa_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def getDeviceUUID():
uuid = results.uuid

try:
results.dev_indentity
results.dev_identity
except AttributeError:
dev_identity = getDeveloperId()

Expand Down Expand Up @@ -202,4 +202,4 @@ def getDeviceUUID():
print colored("[+] Starting app...")
time.sleep(2)
subprocess.call(["sudo", "ios-deploy", "-v", "--no-wifi", "-i", uuid, "--noinstall", "-b", "%s/Payload/%s" % (extracted_resigned_path, app_name)])
sys.exit(0)
sys.exit(0)

0 comments on commit c87af63

Please sign in to comment.