Releases: devxoul/CocoaSeeds
Releases · devxoul/CocoaSeeds
0.8.3
- Use colored2 instead of colorize for CLI colors (#66, @k0nserv)
0.8.1
- Copy all contents of directory instead of directory itself (#64, @devxoul)
0.7.0
- Fix a bug that
:exclude_files
is ignored when used with :commit
.
- Add an availability to handle resource files.
0.6.1
- Insert files at first in Build Phase (#50)
0.6.0
- Add support specifying Xcode project path in Seedfile (#46, @devxoul)
0.5.2
- Escape
dirname
for shell commands in install_seed
(#44, @mikytma)