Skip to content

Commit

Permalink
Remove Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Korolev committed Nov 11, 2024
1 parent 595512d commit bb491b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 39 deletions.
2 changes: 1 addition & 1 deletion hooks/post_gen_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
mise install

# Generate xcodeproj file
mise exec -- xcodegen
mise run project

# Download .gitignore file
curl -L 'https://www.gitignore.io/api/swift,macos,fastlane' > .gitignore
Expand Down
3 changes: 2 additions & 1 deletion {{ cookiecutter.name }}/.mise.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[tasks]
pre-commit = "swiftformat {{ cookiecutter.name }} {{ cookiecutter.name }}Tests --lint"
fmt = "swiftformat {{ cookiecutter.name }} {{ cookiecutter.name }}Tests"
project = "xcodegen"

[tools]
xcodes = "1.5.0"
swiftformat = "0.54.6"
xcodegen = "latest"
xcodegen = "2.38.0"
37 changes: 0 additions & 37 deletions {{ cookiecutter.name }}/Makefile

This file was deleted.

0 comments on commit bb491b5

Please sign in to comment.