From b39c217c30dfd5abe83d12fe27ef346e420dbe06 Mon Sep 17 00:00:00 2001 From: Vlad Suhomlinov <> Date: Sat, 19 Jun 2021 23:28:31 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20podspec=E2=80=99s=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project-scripts/bump_version.sh | 10 +++++----- project-scripts/push_to_podspecs.sh | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/project-scripts/bump_version.sh b/project-scripts/bump_version.sh index 3525b9b7..c0886c68 100755 --- a/project-scripts/bump_version.sh +++ b/project-scripts/bump_version.sh @@ -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 % \ No newline at end of file + -not -path "../Carthage/*" \ + -not -path "../*/Carthage/*" \ + -not -path "../Pods/*" \ + -not -path "../*/Pods/*" \ + | xargs -I% npx podspec-bump -i "$1" -w -p % diff --git a/project-scripts/push_to_podspecs.sh b/project-scripts/push_to_podspecs.sh index b59318e1..95491c65 100755 --- a/project-scripts/push_to_podspecs.sh +++ b/project-scripts/push_to_podspecs.sh @@ -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 \ No newline at end of file + -not -path "../Carthage/*" \ + -not -path "../*/Carthage/*" \ + -not -path "../Pods/*" \ + -not -path "../*/Pods/*" \ + | xargs -I% pod repo push git@github.com:TouchInstinct/Podspecs % --allow-warnings