We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b283f51 commit bf43bb5Copy full SHA for bf43bb5
TrollFools/InjectorV3.swift
@@ -13,6 +13,7 @@ final class InjectorV3 {
13
static let temporaryRoot: URL = FileManager.default
14
.urls(for: .cachesDirectory, in: .userDomainMask).first!
15
.appendingPathComponent(gTrollFoolsIdentifier, isDirectory: true)
16
+ .appendingPathComponent("InjectorV3", isDirectory: true)
17
18
static let main = try! InjectorV3(Bundle.main.bundleURL)
19
0 commit comments