Skip to content

Commit 02e68ff

Browse files
committed
Modified Wormholy.podspec to exclude 'Sources/WormholyObjC/module.modulemap' files because of warning `module.modulemap' of type 'sourcecode.module-map' for architecture 'arm64'
1 parent 8bcdf68 commit 02e68ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Wormholy.podspec

+1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ Pod::Spec.new do |s|
2525
ss.source_files = 'Sources/WormholyObjC/**/*'
2626
ss.dependency 'Wormholy/WormholySwift'
2727
ss.public_header_files = 'Sources/WormholyObjC/**/*.h'
28+
ss.exclude_files = 'Sources/WormholyObjC/module.modulemap'
2829
end
2930
end

0 commit comments

Comments
 (0)