Skip to content

Commit

Permalink
Preserve paths with wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jan 8, 2025
1 parent 53de65f commit ad4cc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SafeDI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.visionos.deployment_target = '1.0'

s.source_files = 'Sources/SafeDI/**/*.{swift}'
s.preserve_paths = 'Package.swift', 'Sources/', 'Tests/', 'Plugins/'
s.preserve_paths = 'Package.swift', 'Sources/**/*', 'Tests/**/*', 'Plugins/**/*'

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

0 comments on commit ad4cc56

Please sign in to comment.