We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0726409 commit f8a60cbCopy full SHA for f8a60cb
SafeDI.podspec
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
s.visionos.deployment_target = '1.0'
15
16
s.source_files = 'Sources/SafeDI/**/*.{swift}'
17
- s.preserve_paths = 'Package.swift', 'Sources/SafeDIMacros', 'Sources/SafeDICore'
+ s.preserve_paths = 'Package.swift', 'Sources/', 'Tests/'
18
19
# The below scripts and flags were inspired by https://soumyamahunt.medium.com/support-swift-macros-with-cocoapods-3911f9317042
20
script = <<-SCRIPT.squish
0 commit comments