File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ extension InjectorV3 {
216
216
217
217
let frameworksDirectoryURL = target. appendingPathComponent ( " Frameworks " )
218
218
if !FileManager. default. fileExists ( atPath: frameworksDirectoryURL. path) {
219
- try ? cmdMakeDirectory ( at: target )
219
+ try ? cmdMakeDirectory ( at: frameworksDirectoryURL )
220
220
}
221
221
222
222
return frameworksDirectoryURL
Original file line number Diff line number Diff line change 9
9
// https://help.apple.com/xcode/#/dev745c5c974
10
10
11
11
DEBUG_VERSION = 2.10
12
- DEBUG_BUILD_NUMBER = 202501141
12
+ DEBUG_BUILD_NUMBER = 202501142
Original file line number Diff line number Diff line change 9
9
// https://help.apple.com/xcode/#/dev745c5c974
10
10
11
11
VERSION = 2.10
12
- BUILD_NUMBER = 22
12
+ BUILD_NUMBER = 23
Original file line number Diff line number Diff line change 1
1
Package: wiki.qaq.trollfools
2
2
Name: TrollFools
3
- Version: 2.10-22
3
+ Version: 2.10-23
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