Skip to content

Instantly share code, notes, and snippets.

@tzarskyz
Forked from seandenigris/Info.plist
Created December 5, 2013 00:54
Show Gist options
  • Save tzarskyz/7798386 to your computer and use it in GitHub Desktop.
Save tzarskyz/7798386 to your computer and use it in GitHub Desktop.
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.text</string>
<string>public.source-code</string>
</array>
<key>UTTypeDescription</key>
<string>Ruby HTML Template file</string>
<key>UTTypeIdentifier</key>
<string>com.rails.template</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>TEXT</string>
<key>public.filename-extension</key>
<array>
<string>erb</string>
<string>haml</string>
</array>
</dict>
</dict>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment