Skip to content

Commit f80cc94

Browse files
author
Oscar Costoya Vidal
committed
Try to fix Carthage import
1 parent e0935dc commit f80cc94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Zip/Zip.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
import Foundation
10-
import minizip
10+
import Minizip
1111

1212
/// Zip error type
1313
public enum ZipError: Error {

Zip/minizip/module.modulemap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module minizip [system][extern_c] {
1+
module Minizip [system][extern_c] {
22
header "unzip.h"
33
header "zip.h"
44
export *

0 commit comments

Comments
 (0)