UNPKG
hygen-tweak
Version:
latest (1.0.2)
1.0.2
Hygen generators based on the iOS Tweak project
github.com/rainyx/hygen-tweak
rainyx/hygen-tweak
hygen-tweak
/
_templates
/
tweak
/
new
/
{projectName}
/
Tweak.mm.ejs.t
12 lines
(11 loc)
•
259 B
text/troff
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
---
to:
<%=
projectName
%>
/<%=
projectName
%>/Tweak.mm
---
#import <Foundation/Foundation.h>
#import <substrate.h>
#import <CaptainHook/CaptainHook.h>
#import <mach-o/dyld.h>
#import <dlfcn.h>
MSInitialize
{
NSLog(@"<%=
projectName
%>
Tweak
loaded!");
}
;