-
Notifications
You must be signed in to change notification settings - Fork 282
Closed
Labels
Description
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).