/gist:dc6ad71caa2123de2793 Secret
Created
November 12, 2014 19:22
Revisions
-
somazx created this gist
Nov 12, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>UTExportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> <string>public.plain-text</string> </array> <key>UTTypeDescription</key> <string>SQL File</string> <key>UTTypeIconFile</key> <string></string> <key>UTTypeIdentifier</key> <string>com.deversus.sql</string> <key>UTTypeTagSpecification</key> <dict> <key>com.apple.ostype</key> <string>sql text</string> <key>public.filename-extension</key> <array> <string>sql</string> </array> </dict> </dict> </array> </dict> </plist>