Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alphatroya committed May 22, 2024
1 parent 5505c6b commit 594a2f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.2.1] - 2024-05-22

### Changed

- Обновлен Makefile

## [2.2.0] - 2024-05-08

### Changed
Expand Down
8 changes: 2 additions & 6 deletions {{ cookiecutter.name }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ all: test
$(API_KEY):
touch $@

.PHONY: bootstrap
## bootstrap: Bootstrap project dependencies for development
bootstrap: hook certs

.PHONY: pods
## pods: Download project packages
pods: gems
Expand All @@ -24,7 +20,7 @@ certs: gems $(API_KEY)

.PHONY: project
## project: Generate .xcodeproj file using XcodeGen utility
project:
project: gems
mint run "yonaskolb/[email protected]"

.PHONY: test
Expand Down Expand Up @@ -69,7 +65,7 @@ hooks:
.PHONY: clean
## clean: Clean up project files
clean:
rm -fr .cache .build
rm -fr .cache .build Pods

.PHONY: help
## help: Prints help message
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ The resulted encrypted file should be committed to the repository.

---

This project was created using [the project template](https://github.com/alphatroya/swift-project-template) version 2.2.0.
This project was created using [the project template](https://github.com/alphatroya/swift-project-template) version 2.2.1.

0 comments on commit 594a2f9

Please sign in to comment.