fix: podspec’s scripts

This commit is contained in:
Vlad Suhomlinov 2021-06-19 23:28:31 +03:00
parent cd91364c75
commit b39c217c30
2 changed files with 10 additions and 10 deletions

View File

@ -7,8 +7,8 @@ cd "$DIR"
# Bump version
find ../ -name '*.podspec' \
-not -path "./Carthage/*" \
-not -path "./*/Carthage/*" \
-not -path "./Pods/*" \
-not -path "./*/Pods/*" \
| xargs -I% npx podspec-bump -i "$1" -w -p %
-not -path "../Carthage/*" \
-not -path "../*/Carthage/*" \
-not -path "../Pods/*" \
-not -path "../*/Pods/*" \
| xargs -I% npx podspec-bump -i "$1" -w -p %

View File

@ -7,8 +7,8 @@ cd "$DIR"
# Push changes
find ../ -name '*.podspec' \
-not -path "./Carthage/*" \
-not -path "./*/Carthage/*" \
-not -path "./Pods/*" \
-not -path "./*/Pods/*" \
| xargs -I% pod repo push git@github.com:TouchInstinct/Podspecs % --allow-warnings
-not -path "../Carthage/*" \
-not -path "../*/Carthage/*" \
-not -path "../Pods/*" \
-not -path "../*/Pods/*" \
| xargs -I% pod repo push git@github.com:TouchInstinct/Podspecs % --allow-warnings