Skip to content

Commit

Permalink
Update techniques/ios/MASTG-TECH-0056.md
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Holguera <perezholguera@gmail.com>
  • Loading branch information
TheDauntless and cpholguera authored Feb 10, 2025
1 parent 2598a52 commit 737fd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techniques/ios/MASTG-TECH-0056.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Sometimes an application can require to be used on an iPad device. If you only h
</plist>
```

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.

Expand Down

0 comments on commit 737fd3c

Please # to comment.