Skip to content

Commit 519b89e

Browse files
committed
bump version
Signed-off-by: 82Flex <82flex@gmail.com>
1 parent 5cbca65 commit 519b89e

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

TrollFools/Injector.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

TrollFools/Version.Debug.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
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

TrollFools/Version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
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

layout/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: wiki.qaq.trollfools
22
Name: TrollFools
3-
Version: 2.5-202408181
3+
Version: 2.6-6
44
Section: Applications
55
Depends: firmware (>= 14.0)
66
Architecture: iphoneos-arm

0 commit comments

Comments
 (0)