You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there interest (besides myself) in having the tests runnable on iOS? It looks like the only thing stopping this is the current implementation of -unzipFile:fromArchiveAtPath:intoDirectory: which uses NSTask to shell out to the unzip command.
This could be implemented in-process on iOS using SSZipArchive or straight libz function calls (to minimize dependencies).
The text was updated successfully, but these errors were encountered:
Is there interest (besides myself) in having the tests runnable on iOS? It looks like the only thing stopping this is the current implementation of -unzipFile:fromArchiveAtPath:intoDirectory: which uses NSTask to shell out to the unzip command.
This could be implemented in-process on iOS using SSZipArchive or straight libz function calls (to minimize dependencies).
The text was updated successfully, but these errors were encountered: