summaryrefslogtreecommitdiff
path: root/tools/CrashReporter/Info.plist
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2009-06-16 01:52:22 +0000
committerTaybin Rutkin <taybin@taybin.com>2009-06-16 01:52:22 +0000
commit5924788df5b87b287e75d6ef31088ac0951f8799 (patch)
treedfc7e81ab6b0c3dd5161aafba6d9298875486ca1 /tools/CrashReporter/Info.plist
parent1c90188ca8499260ac03630a9a42227b2389f6b3 (diff)
add CrashReporter cocoa project template
git-svn-id: svn://localhost/ardour2/branches/3.0@5199 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/CrashReporter/Info.plist')
-rw-r--r--tools/CrashReporter/Info.plist28
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/CrashReporter/Info.plist b/tools/CrashReporter/Info.plist
new file mode 100644
index 0000000000..612b7da52f
--- /dev/null
+++ b/tools/CrashReporter/Info.plist
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//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>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>${PRODUCT_NAME}</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>NSMainNibFile</key>
+ <string>MainMenu</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>