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 {
714
714
let dylibs = try loadedDylibs ( mainURL)
715
715
for dylib in dylibs {
716
716
let lowercasedDylib = dylib. lowercased ( )
717
- guard ( lowercasedDylib. hasSuffix ( " /CydiaSubstrate " ) ||
717
+ guard ( lowercasedDylib. hasSuffix ( " /cydiasubstrate " ) ||
718
718
lowercasedDylib. hasSuffix ( " /libsubstrate.dylib " ) ||
719
719
lowercasedDylib. hasSuffix ( " /libsubstitute.dylib " ) ||
720
+ lowercasedDylib. hasSuffix ( " /ellekit " ) ||
720
721
lowercasedDylib. hasSuffix ( " /libellekit.dylib " ) )
721
722
else {
722
723
continue
Original file line number Diff line number Diff line change 8
8
// Configuration settings file format documentation can be found at:
9
9
// https://help.apple.com/xcode/#/dev745c5c974
10
10
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 8
8
// Configuration settings file format documentation can be found at:
9
9
// https://help.apple.com/xcode/#/dev745c5c974
10
10
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 1
1
Package: wiki.qaq.trollfools
2
2
Name: TrollFools
3
- Version: 2.5-202408181
3
+ Version: 2.6-6
4
4
Section: Applications
5
5
Depends: firmware (>= 14.0)
6
6
Architecture: iphoneos-arm
You can’t perform that action at this time.
0 commit comments