Skip to content

Commit 63e1da8

Browse files
committed
Fix build for Carthage and CocoaPods
1 parent dfec043 commit 63e1da8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Support/Carthage/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ targets:
1313
sources:
1414
- path: ../../Sources/Shared
1515
excludes:
16-
- Toolkit/Archive/ZIPFoundation.swift
16+
- Toolkit/ZIP/ZIPFoundation.swift
1717
dependencies:
1818
- framework: ../../Carthage/Build/Fuzi.xcframework
1919
- framework: ../../Carthage/Build/Minizip.xcframework

Support/CocoaPods/ReadiumShared.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
77
s.homepage = "http://readium.github.io"
88
s.author = { "Readium" => "[email protected]" }
99
s.source = { :git => 'https://github.com/readium/swift-toolkit.git', :branch => "develop" }
10-
s.exclude_files = ["Sources/Shared/Toolkit/Archive/ZIPFoundation.swift"]
10+
s.exclude_files = ["Sources/Shared/Toolkit/ZIP/ZIPFoundation.swift"]
1111
s.requires_arc = true
1212
s.resource_bundles = {
1313
"ReadiumShared" => ["Sources/Shared/Resources/**"],

0 commit comments

Comments
 (0)