summaryrefslogtreecommitdiff
path: root/ide/Xcode3/plists/fltkforms-Info.plist
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-02-27 14:09:05 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-02-27 14:09:05 +0000
commitbce1a616c9c7f92cf651a45e308a7e2ffd15a58c (patch)
treea85c48283ac8af82581f55eb98e5dd28a434c1d6 /ide/Xcode3/plists/fltkforms-Info.plist
parent86d292b6c147c72802854433da6bd20db73da44c (diff)
Forgot to rename the plists in Xcode ide
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7165 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode3/plists/fltkforms-Info.plist')
-rw-r--r--ide/Xcode3/plists/fltkforms-Info.plist20
1 files changed, 20 insertions, 0 deletions
diff --git a/ide/Xcode3/plists/fltkforms-Info.plist b/ide/Xcode3/plists/fltkforms-Info.plist
new file mode 100644
index 000000000..537e08904
--- /dev/null
+++ b/ide/Xcode3/plists/fltkforms-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>org.fltk.fltk_forms</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleSignature</key>
+ <string>FLTK</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+</dict>
+ </plist>