Updated template:
Hey everyone! I wanted to make a custom Patcher template for myself so I could make hacks easily without having to go through editing all the files over and over again... Well, I made the custom New Instance Creator Patcher Template (as you can see in the screenshot above) and thought I'd share it with everyone else.
What is this?
This is a custom patcher template for the New Instance Creator.
What does this do?
You know how you have to make a tweak project and then cd into that folder and make a subproject of the tweak project to make it into a patcher? This template makes it so all you have to do is press number 1, type in your info and your patcher project folder will be created.
How to use it?
Open up a terminal, type in:
/var/theos/bin/nic.pl
and select
[1.] iOSGods Patcher v1.2
from the list.
What are the features?
1. The tweak.xm content is from @SUPERGIU's patcher tutorial.
2. The Preference Bundle will look like this by default but you can change anything to whatever you like.
3. Auto added support for ARM64 architecture.
4. PROJECTNAME_FRAMEWORKS = UIKit is also there.
5. iOSGods.com link is there also.
6. Some other cool stuff.
Download:
[Hidden Content]
How to install:
1. Download the Archive above.
2. Copy and paste the archive to /var/theos/templates/iphone
3. Run NIC and select the iOSGods Patcher v1.2 option.
CSCI Template can be found here: http://iosgods.com/topic/2355-updatetemplate-custom-nic-code-injection-template/
Credits:
@DiDA
@SUPERGIU for the tweak.xm content.