File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -714,9 +714,10 @@ final class Injector {
714714 let dylibs = try loadedDylibs ( mainURL)
715715 for dylib in dylibs {
716716 let lowercasedDylib = dylib. lowercased ( )
717- guard ( lowercasedDylib. hasSuffix ( " /CydiaSubstrate " ) ||
717+ guard ( lowercasedDylib. hasSuffix ( " /cydiasubstrate " ) ||
718718 lowercasedDylib. hasSuffix ( " /libsubstrate.dylib " ) ||
719719 lowercasedDylib. hasSuffix ( " /libsubstitute.dylib " ) ||
720+ lowercasedDylib. hasSuffix ( " /ellekit " ) ||
720721 lowercasedDylib. hasSuffix ( " /libellekit.dylib " ) )
721722 else {
722723 continue
Original file line number Diff line number Diff line change 88// Configuration settings file format documentation can be found at:
99// https://help.apple.com/xcode/#/dev745c5c974
1010
11- DEBUG_VERSION = 2.5
12- DEBUG_BUILD_NUMBER = 202408181
11+ DEBUG_VERSION = 2.6
12+ DEBUG_BUILD_NUMBER = 202408191
Original file line number Diff line number Diff line change 88// Configuration settings file format documentation can be found at:
99// https://help.apple.com/xcode/#/dev745c5c974
1010
11- VERSION = 2.5
12- BUILD_NUMBER = 3
11+ VERSION = 2.6
12+ BUILD_NUMBER = 6
Original file line number Diff line number Diff line change 11Package: wiki.qaq.trollfools
22Name: TrollFools
3- Version: 2.5-202408181
3+ Version: 2.6-6
44Section: Applications
55Depends: firmware (>= 14.0)
66Architecture: iphoneos-arm
You can’t perform that action at this time.
0 commit comments