We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b679a commit cecc280Copy full SHA for cecc280
1 file changed
Sources/mldecryptapp/ContentView.swift
@@ -127,7 +127,7 @@ struct ContentView: View {
127
self.dumpFileSigPath = self.documentsPath + "." + self.selectedApp!.applicationIdentifier + "_decrypt_start"
128
let fileMgr = FileManager.default
129
if fileMgr.createFile(atPath: self.dumpFileSigPath!, contents: "//dummy".data(using: .utf8)) {
130
- os_log("[hackcatml] file made at %{public}s", self.dumpFileSigPath!)
+// os_log("[hackcatml] file made at %{public}s", self.dumpFileSigPath!)
131
launchApp(app: self.selectedApp!)
132
}
133
},
0 commit comments