diff options
Diffstat (limited to 'ide/Xcode3')
| -rw-r--r-- | ide/Xcode3/plists/editor-Info.plist | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/ide/Xcode3/plists/editor-Info.plist b/ide/Xcode3/plists/editor-Info.plist index 3e59bff2f..d49c55592 100644 --- a/ide/Xcode3/plists/editor-Info.plist +++ b/ide/Xcode3/plists/editor-Info.plist @@ -4,8 +4,27 @@ <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> + <key>CFBundleDocumentTypes</key> + <array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>*</string> + </array> + <key>CFBundleTypeName</key> + <string>AllFiles</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + <key>LSTypeIsPackage</key> + <false/> + <key>NSPersistentStoreTypeKey</key> + <string>XML</string> + </dict> + </array> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> + <key>CFBundleGetInfoString</key> + <string>Part of the FLTK library. Please visit www.fltk.org.</string> <key>CFBundleIdentifier</key> <string>org.fltk.editor</string> <key>CFBundleInfoDictionaryVersion</key> @@ -18,7 +37,5 @@ <string>1.0</string> <key>NSHumanReadableCopyright</key> <string>Copyright 1998-2010 by Bill Spitzak and others.</string> - <key>CFBundleGetInfoString</key> - <string>Part of the FLTK library. Please visit www.fltk.org.</string> </dict> - </plist> +</plist> |
