From c780ffcf43cce28f0c8cb406387a3be087a91f67 Mon Sep 17 00:00:00 2001 From: Mark Szabo Date: Tue, 13 Jun 2017 14:30:31 +0200 Subject: [PATCH] Fixing a typo --- ipa_installer/ipa_installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipa_installer/ipa_installer.py b/ipa_installer/ipa_installer.py index 84faeb4..b2426e5 100644 --- a/ipa_installer/ipa_installer.py +++ b/ipa_installer/ipa_installer.py @@ -115,7 +115,7 @@ def getDeviceUUID(): uuid = results.uuid try: - results.dev_indentity + results.dev_identity except AttributeError: dev_identity = getDeveloperId() @@ -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) \ No newline at end of file +sys.exit(0)