SwiftR
SwiftR copied to clipboard
critical files saved in tmp folder
As below screenshot, all critical files of SwiftR are saved in tmp folder, will it be cleaned up by user or iOS?

It's currently up to iOS, but it's probably a good idea to do any cleanup proactively. FWIW, writing to the temp directory is a workaround for a WKWebView limitation on iOS 8. There's no need to do this on iOS 9. Not sure yet about Mac OS X 10.11, but I'll check.
Do you have an opinion on how/when the cleanup should happen?
Actually I don't want to do cleanup. I'm just worried that it may be cleaned up by user or by iOS, then SwiftR will be broken?