Skip to content

Commit 876efb9

Browse files
committed
bugfix: fwk dir not created
Signed-off-by: Lessica <[email protected]>
1 parent bf43bb5 commit 876efb9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

TrollFools/InjectorV3+Bundle.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ extension InjectorV3 {
216216

217217
let frameworksDirectoryURL = target.appendingPathComponent("Frameworks")
218218
if !FileManager.default.fileExists(atPath: frameworksDirectoryURL.path) {
219-
try? cmdMakeDirectory(at: target)
219+
try? cmdMakeDirectory(at: frameworksDirectoryURL)
220220
}
221221

222222
return frameworksDirectoryURL

TrollFools/Version.Debug.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
// https://help.apple.com/xcode/#/dev745c5c974
1010

1111
DEBUG_VERSION = 2.10
12-
DEBUG_BUILD_NUMBER = 202501141
12+
DEBUG_BUILD_NUMBER = 202501142

TrollFools/Version.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
// https://help.apple.com/xcode/#/dev745c5c974
1010

1111
VERSION = 2.10
12-
BUILD_NUMBER = 22
12+
BUILD_NUMBER = 23

layout/DEBIAN/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: wiki.qaq.trollfools
22
Name: TrollFools
3-
Version: 2.10-22
3+
Version: 2.10-23
44
Section: Applications
55
Depends: firmware (>= 14.0)
66
Architecture: iphoneos-arm

0 commit comments

Comments
 (0)