discourage nativefs; it isn't reliable on iOS
Dependencies
- [2]
SPI37ES5Merge text0 - [3]
NILDKUJVMerge text0 - [4]
NW6ESVDDMerge text0 - [5]
JNJ4R56Xsupport running tests multiple times - [6]
TNXH4MJTMerge text0 - [*]
3QNOKBFMbeginnings of a test harness
Change contents
- replacement in app.lua at line 87
local result = nativefs.newFile(filename)local result = love.filesystem.newFile(filename) - replacement in app.lua at line 110
local result = nativefs.newFile(filename)local result = love.filesystem.newFile(filename) - replacement in app.lua at line 131
App.files = nativefs.getDirectoryItemsApp.mkdir = nativefs.createDirectoryApp.remove = nativefs.removeApp.files = love.filesystem.getDirectoryItemsApp.mkdir = love.filesystem.createDirectoryApp.remove = love.filesystem.remove