From c4b340ec448fa674ffd214434149d74b61bed8bc Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Fri, 9 Dec 2022 18:21:07 +0300 Subject: [PATCH] fix Makefile commands --- xcode/bootstrap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcode/bootstrap/Makefile b/xcode/bootstrap/Makefile index 26477bc..31fa135 100644 --- a/xcode/bootstrap/Makefile +++ b/xcode/bootstrap/Makefile @@ -43,7 +43,7 @@ init: bundle install - xcodegen generate + xcodegen $(call install_pods) @@ -65,7 +65,7 @@ dev_certs: ## Открывает папку для ручного редактирования сертификатов и профайлов update_certs: - bundle exec fastlane ManuallyUpdateCodeSignin + bundle exec fastlane ManuallyUpdateCodeSigning ## Поднимает версию приложения (параметр "X.Y.Z") bumpAppVersion: