Skip to content

Commit

Permalink
Pull CocoaPods config out into separate Package.swift, part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jan 3, 2025
1 parent 9a29f1b commit 8dab09e
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 @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
env -i PATH="$PATH" "$SHELL" -l -c
"swift build --package-path CocoaPods -c $(echo ${CONFIGURATION} | tr '[:upper:]' '[:lower:]') --product SafeDIMacros
--sdk \\"`xcrun --show-sdk-path`\\"
--package-path \\"$PODS_TARGET_SRCROOT\\"
--package-path \\"${PODS_TARGET_SRCROOT}/CocoaPods\\"
--scratch-path \\"${PODS_BUILD_DIR}/Macros/SafeDIMacros\\""
SCRIPT

Expand Down

0 comments on commit 8dab09e

Please sign in to comment.