Wallpaper blur Fixed wallpapers on 4.7" devices Updated package functions to allow batch tweak installing Minor Layout imporvements iOS 11 support
8 lines
134 B
Bash
Executable file
8 lines
134 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ldid -S/Library/FlashBack/enti.xml /Applications/FlashBack.app/FlashBack
|
|
rm /Library/FlashBack/enti.xml
|
|
uicache
|
|
|
|
exit 0
|
|
|