Skip to content

Commit e21e059

Browse files
authored
chore: Remove duplicated lines (#6433)
1 parent 04435e6 commit e21e059

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sentry.podspec

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,17 @@ Pod::Spec.new do |s|
3434
s.subspec 'Core' do |sp|
3535
sp.source_files = "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
3636
"Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}", "Sources/Swift/**/*.{swift,h,hpp,m,mm,c,cpp}"
37-
sp.preserve_path = "Sources/Sentry/include/module.modulemap"
3837
sp.public_header_files =
3938
"Sources/Sentry/Public/*.h"
40-
4139
sp.preserve_path = "Sources/Sentry/include/module.modulemap"
4240
sp.resource_bundles = { "Sentry" => "Sources/Resources/PrivacyInfo.xcprivacy" }
4341
end
4442

4543
s.subspec 'HybridSDK' do |sp|
4644
sp.source_files = "Sources/Sentry/**/*.{h,hpp,m,mm,c,cpp}",
4745
"Sources/SentryCrash/**/*.{h,hpp,m,mm,c,cpp}", "Sources/Swift/**/*.{swift,h,hpp,m,mm,c,cpp}"
48-
49-
sp.preserve_path = "Sources/Sentry/include/module.modulemap"
5046
sp.public_header_files =
5147
"Sources/Sentry/Public/*.h", "Sources/Sentry/include/HybridPublic/*.h"
52-
5348
sp.preserve_path = "Sources/Sentry/include/module.modulemap"
5449
sp.resource_bundles = { "Sentry" => "Sources/Resources/PrivacyInfo.xcprivacy" }
5550
end

0 commit comments

Comments
 (0)