diff --git a/.gitignore b/.gitignore index e4959c5..ccfe5e9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build/ *.xcodeproj .DS_Store +MiniPlayer.app/ diff --git a/MiniPlayer.app/Contents/Info.plist b/MiniPlayer.app/Contents/Info.plist deleted file mode 100644 index a822712..0000000 --- a/MiniPlayer.app/Contents/Info.plist +++ /dev/null @@ -1,12 +0,0 @@ - - - - - CFBundleNameMiniPlayer - CFBundleIdentifiercom.example.MiniPlayer - CFBundleVersion1 - CFBundleShortVersionString1.0 - CFBundleExecutableMiniPlayer - CFBundlePackageTypeAPPL - - diff --git a/MiniPlayer.app/Contents/MacOS/MiniPlayer b/MiniPlayer.app/Contents/MacOS/MiniPlayer deleted file mode 100755 index 5947936..0000000 Binary files a/MiniPlayer.app/Contents/MacOS/MiniPlayer and /dev/null differ