Skip to content

Commit 64384fc

Browse files
author
Kevin Bradley
committed
fixed 10.11.6 crash
1 parent e6e4ab8 commit 64384fc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

NativeStuffs/Restore/IPSWRestore.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ - (void)startListening
133133

134134
#ifdef VERBOSE_LOG
135135
AMDSetLogLevel(INT_MAX);
136-
AMDAddLogFileDescriptor(1);
136+
//AMDAddLogFileDescriptor(1);
137137
AMRestoreSetLogLevel(INT_MAX);
138138
AMRestoreEnableFileLogging("/dev/stderr");
139139
#endif

README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* Seas0nPass
3-
* Copyright (C) 2012 FireCore, LLC
4-
* Portions Copyright � 2012 Kevin Bradley
3+
* Copyright (C) 2016 Firecore, LLC
4+
* Portions Copyright � 2012 Kevin Bradley
55
* Portions Copyright (C) 2010 Joshua Hill
66
* Portions Copyright (C) 2010 planetbeing
7-
* Portions Copyright � 2010 iPhone Dev team
8-
* Portions Copyright � 2010 Chronic Dev team
7+
* Portions Copyright � 2010 iPhone Dev team
8+
* Portions Copyright � 2010 Chronic Dev team
99

1010
* This program is free software: you can redistribute it and/or modify
1111
* it under the terms of the GNU General Public License as published by

tetherKit-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>868</string>
24+
<string>869</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
2727
<key>NSAppTransportSecurity</key>
@@ -30,7 +30,7 @@
3030
<true/>
3131
</dict>
3232
<key>NSHumanReadableCopyright</key>
33-
<string>Copyright © 2016 FireCore, LLC</string>
33+
<string>Copyright © 2016 Firecore, LLC</string>
3434
<key>NSMainNibFile</key>
3535
<string>MainMenu</string>
3636
<key>NSPrincipalClass</key>

tetherKitAppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ - (void)printEnvironment
359359
NSString *path = [NSString stringWithFormat:@"Path:\t\t%@\n", [bundle valueForKey:@"CFBundleExecutablePath"] ];
360360
NSString *ident = [NSString stringWithFormat:@"Identifier:\t\t%@\n", [bundle valueForKey:@"CFBundleIdentifier"] ];
361361
NSString *vers = [NSString stringWithFormat:@"Version:\t\t%@ (%@)\n", [bundle valueForKey:@"CFBundleShortVersionString"], [bundle valueForKey:@"CFBundleVersion"]];
362-
//NSString *ct = [NSString stringWithFormat:@"Code Type:\t\t%@\n", @"idontknow"];
362+
//NSString *ct = [NSString stringWithFormat:@"Code Type:\t\t%@\n", @"idontknow"];
363363
//NSString *pp = [NSString stringWithFormat:@"Parent Process:\t\t%@\n\n", [bundle valueForKey:@"CFBundleIdentifier"] ];
364364
NSString *date = [NSString stringWithFormat:@"Date/Time:\t\t%@\n", [[NSDate date] description]];
365365
NSString *osvers = [NSString stringWithFormat:@"OS Version:\t\t%u.%u.%u (%@)\n\n\n", major, minor, bugFix, bv];

0 commit comments

Comments
 (0)