From: Jay Freeman (saurik) Date: Mon, 16 Aug 2010 16:43:35 +0000 (+0000) Subject: Replace libsubstrate.dylib with CydiaSubstrate.framework. X-Git-Tag: v0.9.3366~6 X-Git-Url: https://git.saurik.com/safemode-ios.git/commitdiff_plain/f6ceb7385c0e3d299dd76c1aa1c9253de74961f9?hp=df972f424e96b285ed396d202dd0db5080a7e75c Replace libsubstrate.dylib with CydiaSubstrate.framework. --- diff --git a/MobileSafety.mm b/MobileSafety.mm index 8d144f9..951b555 100644 --- a/MobileSafety.mm +++ b/MobileSafety.mm @@ -32,7 +32,7 @@ #import #import -#include +#include "CydiaSubstrate.h" Class $SafeModeAlertItem; Class $SBAlertItemsController;