Critical Bugfix, KDLog got extended with dummies because of now same file ending
This commit is contained in:
@@ -219,7 +219,7 @@ class FrequencyOperation: Operation {
|
||||
// Step through files
|
||||
for element in enumerator {
|
||||
// Check if modified
|
||||
if !filesModified.contains(element as! String) && (element as! String).contains(".hex") {
|
||||
if !filesModified.contains(element as! String) && (element as! String).contains(".hex") {
|
||||
logDummie(dir: dir, element: element as! String, date: date)
|
||||
}
|
||||
}
|
||||
@@ -241,7 +241,7 @@ class FrequencyOperation: Operation {
|
||||
func logDummie(dir: NSString, element: String, date: Date) {
|
||||
if element.contains("Upstream") {
|
||||
FileOperations.logUpstream(data: "\((NSApp.delegate as! AppDelegate).justTime.string(from: date));-;-;-", toFrequencyLog: (dir.appending(element) as NSString).expandingTildeInPath)
|
||||
} else {
|
||||
} else if element.contains("Downstream") {
|
||||
FileOperations.logDownstream(data: "\((NSApp.delegate as! AppDelegate).justTime.string(from: date));-;-",
|
||||
toFrequencyLog: (dir.appending(element) as NSString).expandingTildeInPath)
|
||||
}
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>4.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>47</string>
|
||||
<string>48</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
version 4.1
|
||||
build 47
|
||||
build 48
|
||||
|
||||
Reference in New Issue
Block a user