summaryrefslogtreecommitdiff
path: root/ide/Xcode4/plists/Fluid-Info.plist
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-03-05 16:41:04 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-03-05 16:41:04 +0000
commit96a89d4300a0909f85f402fc2737ccc8ed73469c (patch)
treef3fd11dfed6d8f86ccb39b64da93217905e5167b /ide/Xcode4/plists/Fluid-Info.plist
parentaefd708ef19109913602f78212ab1a025992e9a6 (diff)
Remove obsolete ide/Xcode4 directory.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11297 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode4/plists/Fluid-Info.plist')
-rw-r--r--ide/Xcode4/plists/Fluid-Info.plist51
1 files changed, 0 insertions, 51 deletions
diff --git a/ide/Xcode4/plists/Fluid-Info.plist b/ide/Xcode4/plists/Fluid-Info.plist
deleted file mode 100644
index b824debf7..000000000
--- a/ide/Xcode4/plists/Fluid-Info.plist
+++ /dev/null
@@ -1,51 +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>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>fl</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>fluid_doc</string>
- <key>CFBundleTypeName</key>
- <string>Fluid Documents</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>flid</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSTypeIsPackage</key>
- <false/>
- <key>NSPersistentStoreTypeKey</key>
- <string>Binary</string>
- </dict>
- </array>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIconFile</key>
- <string>fluid</string>
- <key>CFBundleIdentifier</key>
- <string>org.fltk.Fluid</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleSignature</key>
- <string>FLTK</string>
- <key>CFBundleVersion</key>
- <string>1.4.0</string>
- <key>NSHumanReadableCopyright</key>
- <string>Copyright 1998-2015 by Bill Spitzak and others.</string>
- <key>CFBundleGetInfoString</key>
- <string>Part of the FLTK library. Please visit www.fltk.org.</string>
- <key>NSHighResolutionCapable</key>
- <true/>
-</dict>
-</plist>