Commit 1e21dd9f authored by Antoine van der Lee's avatar Antoine van der Lee Committed by GitHub

Merge pull request #119 from cobi-bike/fix-minizip-reference

Aligned Minizip module name with the official repository
parents c35468f7 f19d14f4
......@@ -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