Skip to content

Instantly share code, notes, and snippets.

@haikusw
Created June 30, 2011 05:06
Show Gist options
  • Save haikusw/1055670 to your computer and use it in GitHub Desktop.
Save haikusw/1055670 to your computer and use it in GitHub Desktop.
Dropbox 1.4.2 info.plist Document types possibly too broad?
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>All Files</string>
<key>LSItemContentTypes</key>
<array>
<string>public.data</string>
<string>public.content</string>
</array>
</dict>
</array>
@haikusw
Copy link
Author

haikusw commented Jun 30, 2011

rdar://9702632

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment