mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
Fix incorrect badge link in README
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
[](https://cocoapods.org/pods/SWCompression)
|
||||
[](https://developer.apple.com/swift/)
|
||||
[](https://travis-ci.org/tsolomko/SWCompression)
|
||||
[](https://codeclimate.com/github/codeclimate/codeclimate/coverage)
|
||||
[](https://codeclimate.com/github/tsolomko/SWCompression/coverage)
|
||||
|
||||
[](https://cocoapods.org/pods/SWCompression)
|
||||
[](https://github.com/Carthage/Carthage)
|
||||
|
||||
@@ -9,7 +9,7 @@ class SevenZipFileInfo {
|
||||
|
||||
struct File {
|
||||
var isEmptyStream = false
|
||||
var isEmptyFile = false // TODO: Does it mean directory?
|
||||
var isEmptyFile = false
|
||||
var isAntiFile = false
|
||||
var name: String?
|
||||
var cTime: UInt64?
|
||||
|
||||
Reference in New Issue
Block a user