From 54f7bd4b9333974916579aa96f9508a6a2b25c4d Mon Sep 17 00:00:00 2001 From: Dominik Pich Date: Mon, 26 Nov 2012 11:50:48 -0800 Subject: [PATCH] Initial commit --- .gitignore | 18 ++++++++++++++++++ README.md | 4 ++++ 2 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89c499e --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Xcode +.DS_Store +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +*.xcworkspace +!default.xcworkspace +xcuserdata +profile +*.moved-aside +DerivedData +.idea/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..11d1957 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +BoomBox +======= + +A macos menubar app that monitors itunes track/equalizer settings and allows to change the EQ Preset. Supports Growl and NC \ No newline at end of file