Skip to content

Commit

Permalink
Remove reliance on Prefix.pch (deprecated theos feature) (#58)
Browse files Browse the repository at this point in the history
* Remove reliance on Prefix.pch

Prefix.pch was deprecated with iOS 13 and the functionality was removed with iOS 14 in theos.

* Remove Prefix.pch Reliance

This feature of theos was deprecated and removed with iOS 14.
  • Loading branch information
Kritanta authored Jul 11, 2020
1 parent 6d91328 commit 16dc301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions resim/resim.mm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <string>
#include <array>
#include <regex>
#include <Foundation/Foundation.h>

using namespace std;

Expand Down
2 changes: 2 additions & 0 deletions simject/simject.xm
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#import "../simject.h"
#import <Foundation/Foundation.h>
#import <HBLog.h>
#import <dlfcn.h>

static NSArray *blackListForFLEX;
Expand Down

0 comments on commit 16dc301

Please sign in to comment.