huynguyencong / DataCache

Simple disk and memory cache for iOS
MIT License
101 stars 20 forks source link

xcode 8.3 swift 3 warning #9

Closed otymartin closed 7 years ago

otymartin commented 7 years ago

@huynguyencong There warnings in xcode 8.3

let resourceValues = try URL.resourceValues(forKeys: Set(resourceKeys), fromBookmarkData: bookmarkData)?.allValues
//No calls to throwing functions with try expression
alexookah commented 7 years ago

please accept the pull request to remove the warning. its been very long time now

d442d31

huynguyencong commented 7 years ago

I have just accepted it. Thanks for your contribution!