-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
437313a
commit 416a9d1
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,54 @@ | ||
# How Do You Create a Tweak? | ||
Starting out can certainly be a challenge, but if you put your mind to it, you'll be able to grasp the concepts. This tutorial tries to be as comprehensive as possible to explain how tweaks are made. | ||
|
||
<<<<<<< HEAD | ||
You can view the guide [here](https://nightwinddev.github.io/Tweak-Tutorial/intro) | ||
======= | ||
Starting out can certainly be a challenge, but if you put your mind to it, you'll be able to grasp the concepts. | ||
This tutorial tries to be as comprehensive as possible to explain how tweaks are made. | ||
|
||
--- | ||
|
||
### Requirements: | ||
|
||
- Basic [Object-Orientated Programming (OOP)](https://en.wikipedia.org/wiki/Object-oriented_programming) knowledge. | ||
- A text editor of your choice. | ||
- Either a [Theos](https://theos.dev) or [Dragon](https://dragon.cynder.me/en/latest/) installation. | ||
- Either a jailbroken device or the Xcode Simulator on macOS paired with [Simject](https://github.com/akemin-dayo/simject). | ||
|
||
--- | ||
|
||
### Table of Contents: | ||
|
||
- [[ 0 ] Starting Off](./p0_starting_off.md) | ||
- [[ 1 ] Exploring Files](./p1_explore_files.md) | ||
- [[ 2 ] Syntax](./p2_syntax.md) | ||
- [[ 3 ] Views](./p3_views.md) | ||
- [[ 4 ] Headers](./p4_headers.md) | ||
- [[ 5 ] Preference Bundles](./p5_prefbundle.md) | ||
- [[ 6 ] Preference Bundles cont.](./p6_prefbundlept2.md) | ||
- [[ 7 ] Using `MSHookIvar`](./p7_mshookivar.md) | ||
- [[ 8 ] Avoiding `layoutSubviews`](./p8_noLayoutSubviews.md) | ||
- [[ 9 ] Utilizing `FLEX`](./p9_advanced_flex.md) | ||
- [[ 10 ] Rootless](./p10_rootless.md) | ||
- [[ 11 ] `%hookf`](./p11_hookf.md) | ||
- [[ 12 ] `%subclass` Wrapper](./p12_subclassWrapper.md) | ||
- [[ 13 ] Substrate Tweaks](./p13_substratetweaks.md) | ||
- [[ 14 ] Challenges](./p14_challenges.md) | ||
|
||
For any developers that want to contribute to this tutorial, feel free to do so! | ||
|
||
Just make a pull request with the changes that you want to add. | ||
|
||
--- | ||
|
||
### Credits: | ||
- [@Luki120](https://github.com/Luki120) for helping out with some of the issues regarding Substrate + important & valuable contributions. | ||
|
||
--- | ||
|
||
### Support: | ||
|
||
- [iOSJBN Discord Server](https://discord.gg/K3wGBBhPqp) | ||
- [r/jailbreakdevelopers](https://reddit.com/r/jailbreakdevelopers) | ||
>>>>>>> parent of d0085f6 (Add @L1ghtmann to credits) |