summaryrefslogtreecommitdiff
path: root/ide/XCode3/forms-Info.plist
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-05-13 19:19:58 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-05-13 19:19:58 +0000
commite78f1264f486d67a574efc3a012f24f24824cd8b (patch)
treed11b8b9f4e65bd1897a7f8933c1ae5030ccf1f58 /ide/XCode3/forms-Info.plist
parente8eadf334a1e0a3a096638e9c2da2bf2863b3148 (diff)
XCode: cleaning up property lists
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6126 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/XCode3/forms-Info.plist')
-rw-r--r--ide/XCode3/forms-Info.plist20
1 files changed, 0 insertions, 20 deletions
diff --git a/ide/XCode3/forms-Info.plist b/ide/XCode3/forms-Info.plist
deleted file mode 100644
index cfc933592..000000000
--- a/ide/XCode3/forms-Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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.forms</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>