matryer / xbar

Put the output from any script or program into your macOS Menu Bar (the BitBar reboot)
https://xbarapp.com
MIT License
17.57k stars 643 forks source link

Image parameters do not work in v1.6.0 release #267

Closed myhd closed 8 years ago

myhd commented 8 years ago

Newly added parameters templateImage=.. and image=.. for items do not work in the 1.6.0 release. I tested this in OSX 10.9.5. and 10.11.3. However, they are referenced in the documentation at https://github.com/matryer/bitbar. Could you release a new version?

iosdeveloper commented 8 years ago

This is expected. master is ahead of v1.6.0.

crcastle commented 8 years ago

Any thoughts on when a new release will happen? Thanks for all your work on this! I love the simplicity of bitbar.

myhd commented 8 years ago

@iosdeveloper Bitbar is so great! I could not wait for the next release, so I git cloned the current master and tried to build it in XCode (Both 10.9 and 10.10) — could not get it to compile. Any ideas what one (non-developer) would need for a successful build to happen?

iosdeveloper commented 8 years ago

@myhd What is the error? You probably forgot to git submodule init && git submodule update as per the README. I wonder why this keeps coming up...

myhd commented 8 years ago

@iosdeveloper You are so right. Thank you for the direction.

I must say I did not see the build info in the README, probably because it is under Contributing, and I did not want to contribute, but just build — or get — the newest version. Perhaps it is worth considering to put the build info somewhere else?