Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
Signed-off-by: 82Flex <82flex@gmail.com>
  • Loading branch information
Lessica committed Aug 18, 2024
1 parent 5cbca65 commit 519b89e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion TrollFools/Injector.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions TrollFools/Version.Debug.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions TrollFools/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion layout/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 519b89e

Please sign in to comment.