Skip to content

Commit

Permalink
Move homebrew target below others in the bootstrap target (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
alphatroya authored Sep 21, 2020
1 parent 8f4fbc9 commit 0c28b13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.1] - 2020-09-21
### Fixed
- Перенес homebrew target на первое место в bootstrap make таргете чтобы он вызывался
первым при разворачивании проекта.

## [1.2.0] - 2020-09-21
### Removed
- Удален Carthage, менеджер зависимостей заменен на Swift Package Manager.
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.name }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BREW := /usr/local/bin/brew
all: bootstrap

## bootstrap: Bootstrap project dependencies for development
bootstrap: hook certs homebrew
bootstrap: homebrew hook certs
mint bootstrap

## certs: Download Apple certificates for development
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Also, some environment parameters need to be set:
The project was generated using the [cookiecutter tool](https://github.com/audreyr/cookiecutter)
and [this](https://github.com/alphatroya/swift-project-template) swift template.

Template version: 1.2.0
Template version: 1.2.1

## Copyright

Expand Down

0 comments on commit 0c28b13

Please sign in to comment.