Commit f19d14f4 authored by Simon Seyer's avatar Simon Seyer

Aligned Minizip module name with official repository

parent e0935dcb
......@@ -7,7 +7,7 @@
//
import Foundation
import minizip
import Minizip
/// Zip error type
public enum ZipError: Error {
......
module minizip [system][extern_c] {
module Minizip [system][extern_c] {
header "unzip.h"
header "zip.h"
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