fix Makefile commands

This commit is contained in:
Ivan Smolin 2022-12-09 18:21:07 +03:00
parent a54982e482
commit c4b340ec44
1 changed files with 2 additions and 2 deletions

View File

@ -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: