summaryrefslogtreecommitdiff
path: root/libs/ardour/macosx/Info.plist
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2007-02-23 02:03:35 +0000
committerTaybin Rutkin <taybin@taybin.com>2007-02-23 02:03:35 +0000
commitbd71f58fb240410efe1f9459644ace9e6ef67b2a (patch)
tree4d125d5b4ef50fb71da4a6c3cd9492c67647c02d /libs/ardour/macosx/Info.plist
parent85b7fce4fca58d8a934ae0c4396b8464f5640d4c (diff)
Removed unused session_control.cc.
Added XCode project for libardour Modified midi++'s XCode to use consistant paths and depend on pbd. git-svn-id: svn://localhost/ardour2/trunk@1493 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/macosx/Info.plist')
-rw-r--r--libs/ardour/macosx/Info.plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/libs/ardour/macosx/Info.plist b/libs/ardour/macosx/Info.plist
new file mode 100644
index 0000000000..931491039f
--- /dev/null
+++ b/libs/ardour/macosx/Info.plist
@@ -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>ardour</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.apple.carbonframeworktemplate</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.01</string>
+ <key>CSResourcesFileMapped</key>
+ <true/>
+</dict>
+</plist>