Skip to content

Instantly share code, notes, and snippets.

@benwaldie
Created January 28, 2013 02:39
Show Gist options
  • Save benwaldie/4652551 to your computer and use it in GitHub Desktop.
Save benwaldie/4652551 to your computer and use it in GitHub Desktop.
TUAW > Evernote > Scale Embedded Images Plist
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>jpg</string>
<string>jpeg</string>
<string>png</string>
<string>tif</string>
<string>tiff</string>
</array>
<key>CFBundleTypeOSTypes</key>
<array>
<string>JPEG</string>
<string>TIFF</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment