From 873b2ecbcb1ea4796d8d3a5598c16c151f57f539 Mon Sep 17 00:00:00 2001 From: Grigory Boyko Date: Wed, 3 Aug 2022 23:17:01 +0700 Subject: [PATCH] feat: change push_to_podspecs.sh --- project-scripts/push_to_podspecs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project-scripts/push_to_podspecs.sh b/project-scripts/push_to_podspecs.sh index 9196b6fc..813c1dae 100755 --- a/project-scripts/push_to_podspecs.sh +++ b/project-scripts/push_to_podspecs.sh @@ -20,7 +20,8 @@ ORDERED_PODSPECS="../TISwiftUtils/TISwiftUtils.podspec ../TIMapUtils/TIMapUtils.podspec ../TIAppleMapUtils/TIAppleMapUtils.podspec ../TIGoogleMapUtils/TIGoogleMapUtils.podspec -../TIYandexMapUtils/TIYandexMapUtils.podspec" +../TIYandexMapUtils/TIYandexMapUtils.podspec +../TIEcommerce/TIEcommerce.podspec" for podspec_path in ${ORDERED_PODSPECS}; do bundle exec pod repo push git@github.com:TouchInstinct/Podspecs ${podspec_path} --allow-warnings