Skip to content

Tags: kareman/FileSmith

Tags

0.3.0

Toggle 0.3.0's commit message

0.2.2

Toggle 0.2.2's commit message

0.2.1

Toggle 0.2.1's commit message

0.2.0

Toggle 0.2.0's commit message
Readme: update to version 0.2.0.

0.1.6

Toggle 0.1.6's commit message
Append '.git' to SwiftShell dependency.

In order to hopefully solve a weird problem involving Swift Package Manager, Marathon, adding both FileSmith and SwiftShell to Marathon, and possibly Swift package manager not understanding that https://github.com/kareman/SwiftShell.git and https://github.com/kareman/SwiftShell is the same package.

0.1.5

Toggle 0.1.5's commit message

0.1.4

Toggle 0.1.4's commit message
Add exhaustive 'catch' clause for Linux.

Got this error:

/home/name/FileSmith/Sources/Directory.swift:338:4: error: errors thrown from here are not handled because the enclosing catch is not exhaustive
                        try FileManager().createDirectory(atPath: tempdirectory, withIntermediateDirectories: true, attributes: nil)
                        ^
/home/name/FileSmith/Sources/Directory.swift:339:11: error: errors thrown from here are not handled because the enclosing catch is not exhaustive
                        return try Directory(open: tempdirectory)

0.1.3

Toggle 0.1.3's commit message
Create DirectoryPath.root in a platform independent way.

0.1.2

Toggle 0.1.2's commit message
Set iOS target to 9.0. Update podspec with SwiftShell dependency.

Travis: update CocoaPods before testing pod spec.

0.1.1

Toggle 0.1.1's commit message
Add copy(toDirectory:) to Directory and File.