Here it is, and easy to use (inofficial) Easytag build for OSX, this is the most recent version (2.1.6) with the latest patches that is available from the easytag homepage.
For me it works quite well, I tested mp3 tagging, file renaming and cddb lookup and had no issues till now.
But beware this is an alpha build, if you try it out I would be glad to hear any positive or negative issues. Please leave comments or write me an email.
Read more and Go get it !
If you are developing apps with Xcode that are managed by subversion, it might come handy to get subversion information, like the revision number, into your application. Also other build information can provide useful later, like build date, gcc version and so on. You can e.g show this info in your about dialog, so the and user can inform you what version he is running. And this way your app knows when it was built and what revision it is, so you could probably send this info with bug or crash reports.
To achieve this, you can simply add a costum script to your build phases, which collects this information and writes it in a file. Either a simple text file, or you can choose to put the info in a header file so it’s available as a variable at code compile time.
more » »