Skip to content

Commit

Permalink
Skip fastlane generation
Browse files Browse the repository at this point in the history
  • Loading branch information
alphatroya committed Feb 13, 2024
1 parent 9cfc210 commit 4c33b52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions {{ cookiecutter.name }}/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ deploy_dir = ENV['BITRISE_DEPLOY_DIR']

platform :ios do

before_each do
skip_docs
end

desc 'Create a new application on the developer portal'
lane :create do
produce
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.name }}/project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: {{ cookiecutter.name }}
options:
postGenCommand: "bundle install && bundle exec pod install"
postGenCommand: "make pods"
deploymentTarget:
iOS: {{ cookiecutter.deployment_target }}
developmentLanguage: ru
Expand Down

0 comments on commit 4c33b52

Please sign in to comment.