diff options
| author | Manolo Gouy <Manolo> | 2012-11-13 13:03:20 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2012-11-13 13:03:20 +0000 |
| commit | 155e099f4a67f1031a1a77e9eba9789b74c15a44 (patch) | |
| tree | d023a11a2a32c91a30ffbb053920e0c812d0e135 /ide/Xcode4 | |
| parent | 82878a722527b129f78b148965b05b124351bd80 (diff) | |
Documented how to make a Mac OS FLTK application launchable by dropping files on its icon.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9718 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode4')
| -rw-r--r-- | ide/Xcode4/plists/editor-Info.plist | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/ide/Xcode4/plists/editor-Info.plist b/ide/Xcode4/plists/editor-Info.plist index 3e59bff2f..d49c55592 100644 --- a/ide/Xcode4/plists/editor-Info.plist +++ b/ide/Xcode4/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> |
