Skip to content

Commit

Permalink
Remove Resources declaration from ReadiumShared
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Aug 30, 2024
1 parent 9543393 commit e5f2989
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ let package = Package(
// Support for ZIPFoundation is not yet achieved.
"Toolkit/ZIP/ZIPFoundation.swift",
],
resources: [
.process("Resources"),
],
linkerSettings: [
.linkedFramework("CoreServices"),
.linkedFramework("UIKit"),
Expand Down
3 changes: 0 additions & 3 deletions Support/CocoaPods/ReadiumShared.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/readium/swift-toolkit.git', :branch => "develop" }
s.exclude_files = ["Sources/Shared/Toolkit/ZIP/ZIPFoundation.swift"]
s.requires_arc = true
s.resource_bundles = {
"ReadiumShared" => ["Sources/Shared/Resources/**"],
}
s.source_files = "Sources/Shared/**/*.{m,h,swift}"
s.platform = :ios
s.ios.deployment_target = "13.0"
Expand Down

0 comments on commit e5f2989

Please sign in to comment.