Show your favourite widget on your lock screen
Developed by ConorTheDev and EvenDev!
All iOS Devices between iOS 10 and iOS 12 are supported
- Install theos, make sure you have the patched SDKs. opa334's SDKs are recommended for simulator users. People who test on physical devices can use DavidSkrundz's SDKs.
If you use a simulator, you need to do some aditional setup to compile:
- Compile and install simject (instructions in README) make sure you also install substrate.
- For the install script demonstrated later in the README to work, make sure that the
resimbinary is in/usr/local/bin/, you can do this by running:sudo cp simject/bin/resim /usr/local/bin/resim - If you want the preference bundle to load, compile preferenceloader-sim, make sure you run
make setup PL_SIMULATOR_VERSION=12.1instead of9.3.
-
Before running
makerun the following command in terminal:export SIMJECT=0 -
Make sure you have libwidgethelper installed.
- Before running
makerun the following command in terminal:export SIMJECT=1 - To install the tweak and preference bundle to the simulator run the following command:
./installtosim.sh