Skip to content

Commit

Permalink
Better script phase name
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jan 3, 2025
1 parent db87812 commit cd5ccf5
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 @@ -26,7 +26,7 @@ Pod::Spec.new do |s|
SCRIPT

s.script_phase = {
:name => 'Build SafeDIMacros macro plugin',
:name => 'Build SafeDI macro plugin',
:script => script,
:input_files => Dir.glob("{Package.swift,Sources/SafeDIMacros/**/*,Sources/SafeDICore/**/*").map {
|path| "$(PODS_TARGET_SRCROOT)/#{path}"
Expand Down

0 comments on commit cd5ccf5

Please sign in to comment.