https://github.com/poomsmart/injection-foundation
Inject UIKit tweaks into Foundation apps.
https://github.com/poomsmart/injection-foundation
Last synced: 3 months ago
JSON representation
Inject UIKit tweaks into Foundation apps.
- Host: GitHub
- URL: https://github.com/poomsmart/injection-foundation
- Owner: PoomSmart
- License: mit
- Created: 2021-10-24T03:46:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T15:55:33.000Z (about 3 years ago)
- Last Synced: 2025-10-14T19:07:51.399Z (8 months ago)
- Language: Logos
- Size: 3.91 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Injection Foundation
A simple "tweak injection" tweak for those apps that don't import UIKit framework but are also GUI applications.
Every GUI application imports Foundation framework. It's not always the case for UIKit and many developers assume that GUI applications are to be filtered via UIKit only.
As a result, those apps won't support tweaks that target UIKit only.
Unity apps are the obvious examples of this: https://docs.unity3d.com/Manual/UnityasaLibrary-iOS.html