Moving over to a new XCode project file... it builds fine, and the builds
[MenuTunes.git] / Info.plist
diff --git a/Info.plist b/Info.plist
new file mode 100755 (executable)
index 0000000..0078902
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>CFBundleDevelopmentRegion</key>
+       <string>English</string>
+       <key>CFBundleExecutable</key>
+       <string>MenuTunes</string>
+       <key>CFBundleIconFile</key>
+       <string>AppIcon</string>
+       <key>CFBundleIdentifier</key>
+       <string>com.ithinksw.menutunes</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundlePackageType</key>
+       <string>APPL</string>
+       <key>CFBundleSignature</key>
+       <string>ITmt</string>
+       <key>CFBundleVersion</key>
+       <string>1.2</string>
+       <key>NSMainNibFile</key>
+       <string>MainMenu</string>
+       <key>NSPrincipalClass</key>
+       <string>MenuTunes</string>
+</dict>
+</plist>