From 737fd3cbad0ec62bac75108f48ced63b9079cbb9 Mon Sep 17 00:00:00 2001 From: Jeroen Beckers Date: Mon, 10 Feb 2025 11:02:09 +0100 Subject: [PATCH] Update techniques/ios/MASTG-TECH-0056.md Co-authored-by: Carlos Holguera --- techniques/ios/MASTG-TECH-0056.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/ios/MASTG-TECH-0056.md b/techniques/ios/MASTG-TECH-0056.md index 35e860cb3f..b46a747e90 100644 --- a/techniques/ios/MASTG-TECH-0056.md +++ b/techniques/ios/MASTG-TECH-0056.md @@ -103,7 +103,7 @@ Sometimes an application can require to be used on an iPad device. If you only h ``` -It is important to note that changing this value will break the original signature of the IPA file so you need to re-sign the IPA, after the update, in order to install it on a device on which the signature validation has not been disabled. +Note that changing this value will break the original signature, so you must re-sign the IPA (@MASTG-TECH-0092) to install it on a device that does not have signature validation disabled. This bypass might not work if the application requires capabilities that are specific to modern iPads while your iPhone or iPod is a bit older.