Skip to content

Commit f8a60cb

Browse files
committed
Preserve all sources and tests folders in Podspec
1 parent 0726409 commit f8a60cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SafeDI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.visionos.deployment_target = '1.0'
1515

1616
s.source_files = 'Sources/SafeDI/**/*.{swift}'
17-
s.preserve_paths = 'Package.swift', 'Sources/SafeDIMacros', 'Sources/SafeDICore'
17+
s.preserve_paths = 'Package.swift', 'Sources/', 'Tests/'
1818

1919
# The below scripts and flags were inspired by https://soumyamahunt.medium.com/support-swift-macros-with-cocoapods-3911f9317042
2020
script = <<-SCRIPT.squish

0 commit comments

Comments
 (0)