https://github.com/alexandraaurora/objectivectweaktemplate
My iOS Tweak template.
https://github.com/alexandraaurora/objectivectweaktemplate
ios jailbreak-tweak objective-c template
Last synced: 3 months ago
JSON representation
My iOS Tweak template.
- Host: GitHub
- URL: https://github.com/alexandraaurora/objectivectweaktemplate
- Owner: AlexandraAurora
- License: gpl-3.0
- Archived: true
- Created: 2024-01-22T14:15:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T12:31:06.000Z (12 months ago)
- Last Synced: 2025-02-09T18:40:02.502Z (3 months ago)
- Topics: ios, jailbreak-tweak, objective-c, template
- Language: Objective-C
- Homepage:
- Size: 35.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# Tweak-Template
My tweak template.## Preview
## Installation
1. Download the latest `deb` from the [releases](https://github.com/AlexandraAurora/Tweak-Template/releases)
2. Install the `deb` using your preferred method## Compatibility
iPhone, iPad and iPod touch running iOS/iPadOS 14 or later.## Compiling
- [Theos](https://theos.dev/) is required to compile the project
- Edit the root `Makefile` to use your Theos SDK## License
[GPL-3.0](https://github.com/AlexandraAurora/Tweak-Template/blob/main/COPYING)