-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5505c6b
commit 594a2f9
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters