Skip to content

Commit 81f5aa7

Browse files
committed
oh my bad
fixed that Bootstrap app may crash on some devices where bold text is enabled
1 parent 0b0a7e4 commit 81f5aa7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

entitlements.plist

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
<string>AGXDeviceUserClient</string>
3131
<string>IOHDIXControllerUserClient</string>
3232
<string>IOSurfaceRootUserClient</string>
33+
34+
<!-- TaskPortHaxx prepare -->
35+
<string>AppleMobileFileIntegrityUserClient</string>
3336
</array>
3437

3538
<key>com.apple.private.persona-mgmt</key>
@@ -53,10 +56,6 @@
5356
<true/>
5457

5558
<!-- TaskPortHaxx prepare -->
56-
<key>com.apple.security.iokit-user-client-class</key>
57-
<array>
58-
<string>AppleMobileFileIntegrityUserClient</string>
59-
</array>
6059
<key>com.apple.private.amfi.can-load-trust-cache</key>
6160
<true/>
6261
<key>com.apple.private.pmap.load-trust-cache</key>

0 commit comments

Comments
 (0)