All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Run
git
in the actual project directory. Previously allgit
calls happend from the current working directory, regardless if that was the project folder or not.
- Our GitHub workflow now just notifies the repository of our Homebrew Formula that at least one formula is outdated instead of updating the formula itself.
- Add GitHub workflow step to autoupdate our new Homebrew Formula.
- Add section to README.md to show how to install the command.
- Add possibility to add additional keys to Info.plist via the command. Just
supply further keys using
key:value
syntax, e.g.create-project-plist ... SomeKey:"Some longer value" NextKey:AnotherValue
.
1.0.0 - 2024-07-21
- Added README.md and CHANGELOG.md.
- Implemented library
ProjectPlist
. - Implemented CLI tool
create-project-plist
.