summaryrefslogtreecommitdiff
path: root/ide/XCode3/doublebuffer-Info.plist
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-05-13 14:48:28 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-05-13 14:48:28 +0000
commit466ba461f1672ec58333324d90f19cecb8c60a3c (patch)
treeb5cb32cb753fae58b78e0b795266e9b33f107425 /ide/XCode3/doublebuffer-Info.plist
parentc04f2f8bff6ca31d8d4858584b6dbf585c66164f (diff)
Added first half of XCode 3.0 IDE support for FLTK 1.3. FLTK is built as a set of frameworks. Fluid will be used to compile .fl files just in time.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6124 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/XCode3/doublebuffer-Info.plist')
-rw-r--r--ide/XCode3/doublebuffer-Info.plist20
1 files changed, 20 insertions, 0 deletions
diff --git a/ide/XCode3/doublebuffer-Info.plist b/ide/XCode3/doublebuffer-Info.plist
new file mode 100644
index 000000000..e297bf965
--- /dev/null
+++ b/ide/XCode3/doublebuffer-Info.plist
@@ -0,0 +1,20 @@
+<?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>CFBundleIdentifier</key>
+ <string>com.yourcompany.doublebuffer</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+</dict>
+</plist>