Skip to content

Commit

Permalink
Modified Wormholy.podspec to exclude 'Sources/WormholyObjC/module.mod…
Browse files Browse the repository at this point in the history
…ulemap' files because of warning `module.modulemap' of type 'sourcecode.module-map' for architecture 'arm64'
  • Loading branch information
pmusolino committed Dec 5, 2024
1 parent 8bcdf68 commit 02e68ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Wormholy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ Pod::Spec.new do |s|
ss.source_files = 'Sources/WormholyObjC/**/*'
ss.dependency 'Wormholy/WormholySwift'
ss.public_header_files = 'Sources/WormholyObjC/**/*.h'
ss.exclude_files = 'Sources/WormholyObjC/module.modulemap'
end
end

0 comments on commit 02e68ff

Please sign in to comment.