From 7f993fd658115e77305a7aaae28b82c0dbaf3efd Mon Sep 17 00:00:00 2001 From: Tommy Muir <31448720+Muirey03@users.noreply.github.com> Date: Thu, 26 Dec 2019 18:31:01 +0000 Subject: [PATCH] Whoops again - Fix iOS 10 support - Add 32-bit support - Improved stability - Fixed false positives - Add termination reasons --- cr4shedmach/TweakMach.xm | 2 -- 1 file changed, 2 deletions(-) diff --git a/cr4shedmach/TweakMach.xm b/cr4shedmach/TweakMach.xm index 4f6311d..90d0dd2 100644 --- a/cr4shedmach/TweakMach.xm +++ b/cr4shedmach/TweakMach.xm @@ -11,8 +11,6 @@ #import "../sharedutils.h" #import "../libnotifications.h" -#include - %hook CrashReport %property (nonatomic, assign) time_t crashTime; %property (nonatomic, assign) uint64_t __far;