aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/SciTest/version.plist
diff options
context:
space:
mode:
authorscaraveo <devnull@localhost>2007-06-01 00:57:26 +0000
committerscaraveo <devnull@localhost>2007-06-01 00:57:26 +0000
commitbff5c376377f4c19a62e6a44eccda7dbe9deebaf (patch)
tree55e5547869daa67b6a639c89825058baf75545c7 /macosx/SciTest/version.plist
parent664fee964e1f91132ebf07a4b122e59c1e932ea6 (diff)
downloadscintilla-mirror-bff5c376377f4c19a62e6a44eccda7dbe9deebaf.tar.gz
integrate OS X support for scintilla. a big patch with a little commit message :)
- now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable
Diffstat (limited to 'macosx/SciTest/version.plist')
-rw-r--r--macosx/SciTest/version.plist16
1 files changed, 16 insertions, 0 deletions
diff --git a/macosx/SciTest/version.plist b/macosx/SciTest/version.plist
new file mode 100644
index 000000000..df8c3dc7d
--- /dev/null
+++ b/macosx/SciTest/version.plist
@@ -0,0 +1,16 @@
+<?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>BuildVersion</key>
+ <string>92</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>ProductBuildVersion</key>
+ <string>7K571</string>
+ <key>ProjectName</key>
+ <string>NibPBTemplates</string>
+ <key>SourceVersion</key>
+ <string>1200000</string>
+</dict>
+</plist>