aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest/Info.plist
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-05-14 12:10:06 +0000
committernyamatongwe <unknown>2009-05-14 12:10:06 +0000
commit805e109be2f52c0ea446511fc33efb3746a3bc18 (patch)
tree3b57cf166d494a0dba47befcea94deba3da0fbda /cocoa/ScintillaTest/Info.plist
parent8e12be32e9d14363f1e2f0fe6fc305b68a64ceb5 (diff)
downloadscintilla-mirror-805e109be2f52c0ea446511fc33efb3746a3bc18.tar.gz
First upload of Cocoa platform from Mike Lischke at Sun.
Diffstat (limited to 'cocoa/ScintillaTest/Info.plist')
-rw-r--r--cocoa/ScintillaTest/Info.plist28
1 files changed, 28 insertions, 0 deletions
diff --git a/cocoa/ScintillaTest/Info.plist b/cocoa/ScintillaTest/Info.plist
new file mode 100644
index 000000000..6364d76a9
--- /dev/null
+++ b/cocoa/ScintillaTest/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.sun.${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>