Releases: wojciech-kulik/XcodeProjectCLI
Releases · wojciech-kulik/XcodeProjectCLI
v1.2.1
What's Changed
- feat!: move xcp to homebrew-core by @wojciech-kulik in #13
- fix: modify only pbxproj file by @wojciech-kulik in #17
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
XcodeProjectCLI now includes asset management, and all file-related commands also work with resource files.
ASSETS SUBCOMMANDS:
add-image-asset Add image asset.
add-data-asset Add data asset.
add-color-asset Add color asset.
list-assets List all assets.
move-asset Move asset.
delete-asset Delete asset.
🤩 Features
- d73671d feat: add asset management commands (#11)
- 570dd9d feat: add support for resource files (#10)
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
You can now include XcodeProjectCLI as a library in your Swift projects for macOS to build your own automations (see README).
🤩 Features
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
🤩 Features
- 2fdc294 feat: add support for relative xcodeproj path (#6)
- 05e1855 feat(build-settings): add
get-build-settingandset-build-setting(#5)
⚙️ Other
- a4c7a22 refactor: fix package structure (#3)
- 52dc711 chore: fix Makefile (#4)
- d841500 ci: add code coverage tracking (#2)
- dd7369e ci: add GH actions (#1)
Full Changelog: v0.9.4...v1.0.0
v0.9.4
- d997be5 fix: operations when source tree is not set to "group"
- 1dedc20 fix(rename-group): when the path isn't relative to group
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's New
- 9f14df9 feat(move-group): backup merge conflict
- daf7754 feat: improve help
- e28a5ae feat: improve rollback - don't save project file until all operations succeed
- b6d0985 feat(move-file): don't change target membership + allow file rename
- 26876c9 feat: allow listing targets for groups and files which don't exist on disk
- 33db41d chore: update Makefile
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's New
- Fixed
delete-groupcommand - Added
--print-targetsflag toadd-fileandmove-filecommands - Added
--project-onlyflag to disable disk operations (useful if they were already executed) - Improved
Makefile
Full Changelog: v0.9.1...v0.9.2
v0.9.1
Initial release with basic commands to manage files, groups, and target membership 🍻.
Full Changelog: https://github.com/wojciech-kulik/XcodeProjectCLI/commits/v0.9.1