Skip to content

Commit a46b2d7

Browse files
authored
Fix continuity issue (#3088)
1 parent fbcd102 commit a46b2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/ios/MASTG-TECH-0091.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Writing executable to Payload/UnCrackable Level 1.app/UnCrackable Level 1...
2929

3030
By default, an app available on the Apple App Store is not debuggable. In order to debug an iOS application, it must have the `get-task-allow` entitlement enabled. This entitlement allows other processes (like a debugger) to attach to the app. Xcode is not adding the `get-task-allow` entitlement in a distribution provisioning profile; it is only whitelisted and added in a development provisioning profile.
3131

32-
Thus, to debug an iOS application obtained from the App Store, it needs to be re-signed with a development provisioning profile with the `get-task-allow` entitlement. How to re-sign an application is discussed in the next section.
32+
Thus, to debug an iOS application obtained from the App Store, it needs to be re-signed with a development provisioning profile with the `get-task-allow` entitlement. How to re-sign an application is discussed in @MASTG-TECH-0079.

0 commit comments

Comments
 (0)