Tags: mdxs/bluejay
Tags
Update to Xcode 9 recommended and migration to Swift 4 (steamclock#96) * Migrate to Swift 4 * Update project settings to Xcode 9 reco 944C mmended * Version Bump to 0.3.0 * Use Swift 4 Codable instead of NSCoding for ListenCache - Adopt Codable and remove extraneous code - Add new errors to handle encoding/decoding failures * Error domain should be static * Update documentation * Update Swift version to 4.0
Make Receivable's initializer throwable and bump version (steamclock#93) * Make Receivable's initializer throwable and bump version, steamclock#91 * Make extract throwable * Update readme and jazzy for new throwable functions * Fix throwing in extract and give it a specific error * Remove extraneous do catch clause