Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Makefile #203

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.