fix tvOS deployment target for tests

This commit is contained in:
Antoine Cœur
2017-10-07 01:06:01 +08:00
parent 5a7f52bf50
commit 27cf1ec538
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ BOOL _fileIsSymbolicLink(const unz_file_info *fileInfo);
unzCloseCurrentFile(zip);
ret = unzGoToNextFile(zip);
} while (ret == UNZ_OK && UNZ_OK != UNZ_END_OF_LIST_OF_FILE);
} while (ret == UNZ_OK);
}
return NO;
@@ -134,7 +134,7 @@ BOOL _fileIsSymbolicLink(const unz_file_info *fileInfo);
unzCloseCurrentFile(zip);
ret = unzGoToNextFile(zip);
} while (ret == UNZ_OK && UNZ_OK != UNZ_END_OF_LIST_OF_FILE);
} while (ret == UNZ_OK);
}
// No password required