We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a71be9 commit efbe72cCopy full SHA for efbe72c
Zip/Zip.swift
@@ -168,7 +168,7 @@ public class Zip {
168
169
#if swift(>=4.0)
170
let directoryAttributes = [FileAttributeKey.creationDate : creationDate,
171
- FileAttributeKey.modificationDate : creationDate]
+ FileAttributeKey.modificationDate : creationDate]
172
#else
173
let directoryAttributes = [FileAttributeKey.creationDate.rawValue : creationDate,
174
FileAttributeKey.modificationDate.rawValue : creationDate]
0 commit comments