Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Oct 30, 2022
1 parent 473dc30 commit 19a88c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions TNRootViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,8 @@ - (void)setNoncePressed
UIAlertController* setNonceAlert = [UIAlertController alertControllerWithTitle:@"Set Nonce" message:@"Select a nonce to set, supports 15.0 - 15.1.1, A10 and up.\nNote: Setting a nonce is only possible once per boot." preferredStyle:UIAlertControllerStyleAlert];

[setNonceAlert addTextFieldWithConfigurationHandler:^(UITextField *textField) {
textField.placeholder = @"0x1111111111111111";
textField.clearButtonMode = UITextFieldViewModeWhileEditing;
textField.borderStyle = UITextBorderStyleRoundedRect;
}];
textField.placeholder = @"0x1111111111111111";
}];

UIAlertAction* setAction = [UIAlertAction actionWithTitle:@"Set" style:UIAlertActionStyleDefault handler:^(UIAlertAction* action)
{
Expand Down
8 changes: 3 additions & 5 deletions entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
<plist version="1.0">
<dict>
<key>application-identifier</key>
<string>com.opa334.TrollNonce</string>
<string>com.opa334.trollnonce</string>
<key>platform-application</key>
<true/>
<key>com.apple.security.exception.files.absolute-path.read-write</key>
<array>
<string>/</string>
</array>
<key>com.apple.private.security.no-sandbox</key>
<true/>
<key>com.apple.private.security.storage.AppDataContainers</key>
<true/>
<key>com.apple.private.persona-mgmt</key>
<true/>
<key>com.apple.security.exception.iokit-user-client-class</key>
Expand Down

0 comments on commit 19a88c4

Please sign in to comment.