nvzqz / FileKit

Simple and expressive file management in Swift
https://nvzqz.github.io/FileKit/docs/
MIT License
2.34k stars 207 forks source link

Deprecated method FileHandle.write(Data) #74

Closed alex-dubatov closed 1 year ago

alex-dubatov commented 3 years ago

https://github.com/nvzqz/FileKit/blob/38fb74327387b1c8accd257177ef4c4cc00c1fbb/Sources/TextFile.swift#L299

The method may crash an app. Can you replace with a safe method?