diff --git a/TrollFools/Injector.swift b/TrollFools/Injector.swift index 9e8f3d4..dd524ab 100644 --- a/TrollFools/Injector.swift +++ b/TrollFools/Injector.swift @@ -714,9 +714,10 @@ final class Injector { let dylibs = try loadedDylibs(mainURL) for dylib in dylibs { let lowercasedDylib = dylib.lowercased() - guard (lowercasedDylib.hasSuffix("/CydiaSubstrate") || + guard (lowercasedDylib.hasSuffix("/cydiasubstrate") || lowercasedDylib.hasSuffix("/libsubstrate.dylib") || lowercasedDylib.hasSuffix("/libsubstitute.dylib") || + lowercasedDylib.hasSuffix("/ellekit") || lowercasedDylib.hasSuffix("/libellekit.dylib")) else { continue diff --git a/TrollFools/Version.Debug.xcconfig b/TrollFools/Version.Debug.xcconfig index 807a0dd..97d5fe4 100644 --- a/TrollFools/Version.Debug.xcconfig +++ b/TrollFools/Version.Debug.xcconfig @@ -8,5 +8,5 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -DEBUG_VERSION = 2.5 -DEBUG_BUILD_NUMBER = 202408181 +DEBUG_VERSION = 2.6 +DEBUG_BUILD_NUMBER = 202408191 diff --git a/TrollFools/Version.xcconfig b/TrollFools/Version.xcconfig index b4c95a9..e1fc916 100644 --- a/TrollFools/Version.xcconfig +++ b/TrollFools/Version.xcconfig @@ -8,5 +8,5 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -VERSION = 2.5 -BUILD_NUMBER = 3 +VERSION = 2.6 +BUILD_NUMBER = 6 diff --git a/layout/DEBIAN/control b/layout/DEBIAN/control index b7da2cf..0c2f52d 100644 --- a/layout/DEBIAN/control +++ b/layout/DEBIAN/control @@ -1,6 +1,6 @@ Package: wiki.qaq.trollfools Name: TrollFools -Version: 2.5-202408181 +Version: 2.6-6 Section: Applications Depends: firmware (>= 14.0) Architecture: iphoneos-arm