Commit f19d14f4 authored by Simon Seyer's avatar Simon Seyer

Aligned Minizip module name with official repository

parent e0935dcb
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
// //
import Foundation import Foundation
import minizip import Minizip
/// Zip error type /// Zip error type
public enum ZipError: Error { public enum ZipError: Error {
......
module minizip [system][extern_c] { module Minizip [system][extern_c] {
header "unzip.h" header "unzip.h"
header "zip.h" header "zip.h"
export * export *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment