We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ca443 commit c89fa33Copy full SHA for c89fa33
1 file changed
push.sh
@@ -1,6 +1,6 @@
1
#!/bin/zsh
2
# Authoer: Rakuyo
3
-# Update Date: 2022.04.02
+# Update Date: 2024.04.25
4
5
project_path=$(cd `dirname $0` ; pwd)
6
@@ -16,7 +16,7 @@ do
16
version=`echo $line | cut -d = -f 2 | cut -d \' -f 2`
17
break
18
fi
19
-done < $(find ./ -name '*.podspec')
+done < $(find . -name '*.podspec' -not -path './.build/*')
20
21
lintLib(){
22
pod lib lint $name.podspec --allow-warnings --skip-tests
0 commit comments