marmelroy / FileBrowser

Finder-style iOS file browser written in Swift
MIT License
1.51k stars 221 forks source link

warning in Xcode 10 #62

Open geogerar opened 4 years ago

geogerar commented 4 years ago

Hi, First of all I would like to thank you for the fantastic code. Really it's a very nice tool. I use it in my apps. Now, I get the warning: "/Users/geogerar/Documents/geoWarApp_IOS10_Improved/geoWarApp/Helper_Classes/FileExplorer/Item.swift:99:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Item' to 'Hashable' by implementing 'hash(into:)' instead"

is it possible for you to correct this issue...?

Thank you in advance

George