fix: podspec’s scripts
This commit is contained in:
parent
cd91364c75
commit
b39c217c30
|
|
@ -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 %
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue