From bbda5b6b2497c743d1a3a4f1edd32261ab8d15da Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 26 Jun 2009 06:36:19 +0000 Subject: From scintilla-cocoa. --- cocoa/ScintillaFramework/Info.plist | 26 ++++++++++++++++++++++++++ cocoa/ScintillaFramework/Scintilla_Prefix.pch | 7 +++++++ 2 files changed, 33 insertions(+) create mode 100644 cocoa/ScintillaFramework/Info.plist create mode 100644 cocoa/ScintillaFramework/Scintilla_Prefix.pch (limited to 'cocoa/ScintillaFramework') diff --git a/cocoa/ScintillaFramework/Info.plist b/cocoa/ScintillaFramework/Info.plist new file mode 100644 index 000000000..13ee4cc2b --- /dev/null +++ b/cocoa/ScintillaFramework/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.sun.${PRODUCT_NAME:identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleSignature + ???? + CFBundleVersion + 1.0 + NSPrincipalClass + + + diff --git a/cocoa/ScintillaFramework/Scintilla_Prefix.pch b/cocoa/ScintillaFramework/Scintilla_Prefix.pch new file mode 100644 index 000000000..e987aa4cf --- /dev/null +++ b/cocoa/ScintillaFramework/Scintilla_Prefix.pch @@ -0,0 +1,7 @@ +// +// Prefix header for all source files of the 'Scintilla' target in the 'Scintilla' project. +// + +#ifdef __OBJC__ + #import +#endif -- cgit v1.2.3