Live Lyrics for jailbroken iOS devices
You need to have Theos installed.
To build this tweak for iOS devices on rootless jailbreaks, run the following command:
make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
You need to have the iOS 15.6 SDK in the Theos SDKs folder or edit the Makefiles.
To build this tweak for iOS devices on rootful jailbreaks, run the following command:
make package FINALPACKAGE=1
The Makefiles currently assume you have Xcode 11.7 installed at /Applications/Xcode_11.7.app
when packaging for rootful to ensure compatibility with A12+ devices on iOS 12.0-13.7 (more here). You can either download this version from Apple or edit the Makefiles if you want to build with a different version.
You also need to have the iOS 13.7 SDK in the Theos SDKs folder or edit the Makefiles.
(This tweak started as a tweak bounty for Spotify and lot of the code for this tweak was written when I was still learning the basics of tweak development and Objective-C so don't judge the code quality too hard :p)