Author: manolo
Date: 2013-04-15 04:43:52 -0700 (Mon, 15 Apr 2013)
New Revision: 9880
Log:
The editor demo accepts file drag and drop on program icon.

Modified:
   branches/branch-3.0/ide/Xcode4/plists/editor-Info.plist

Modified: branches/branch-3.0/ide/Xcode4/plists/editor-Info.plist
===================================================================
--- branches/branch-3.0/ide/Xcode4/plists/editor-Info.plist     2013-04-15 
11:42:16 UTC (rev 9879)
+++ branches/branch-3.0/ide/Xcode4/plists/editor-Info.plist     2013-04-15 
11:43:52 UTC (rev 9880)
@@ -4,6 +4,23 @@
 <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>CFBundleIdentifier</key>

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to