Skip to content

Commit

Permalink
Update ContentView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Nov 19, 2024
1 parent 58e8514 commit 6e88f28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ import shared

struct ContentView: View {

let common: SampleIOS
let common: SampleMobile

init() {
let filePath = NSHomeDirectory() + "/Documents/"
let fileName = "KermitSampleLogs"
ContentView.createLoggingFile(withName: fileName, atPath: filePath)

self.common = SampleIOS(filePathString: filePath, logFileName: fileName)
self.common = SampleMobile(filePathString: filePath, logFileName: fileName)
}

private static func createLoggingFile(withName name:String, atPath filePath: String){
Expand Down

0 comments on commit 6e88f28

Please sign in to comment.