first pass of merging in warp (doesn't build)
This commit is contained in:
@@ -58,6 +58,7 @@ if [[ -z "$WARP_PLIST_NO_FILE_TYPES" ]]; then
|
||||
<dict>
|
||||
<key>CFBundleTypeName</key><string>Folder</string>
|
||||
<key>CFBundleTypeRole</key><string>Editor</string>
|
||||
<key>LSHandlerRank</key><string>Alternate</string>
|
||||
<key>LSItemContentTypes</key>
|
||||
<array>
|
||||
<string>public.folder</string>
|
||||
@@ -82,6 +83,7 @@ if [[ -z "$WARP_PLIST_NO_FILE_TYPES" ]]; then
|
||||
<dict>
|
||||
<key>CFBundleTypeName</key><string>Markdown File</string>
|
||||
<key>CFBundleTypeRole</key><string>Editor</string>
|
||||
<key>LSHandlerRank</key><string>Alternate</string>
|
||||
<key>LSItemContentTypes</key>
|
||||
<array>
|
||||
<string>net.daringfireball.markdown</string>
|
||||
@@ -93,6 +95,7 @@ if [[ -z "$WARP_PLIST_NO_FILE_TYPES" ]]; then
|
||||
<dict>
|
||||
<key>CFBundleTypeName</key><string>Plain Text File</string>
|
||||
<key>CFBundleTypeRole</key><string>Editor</string>
|
||||
<key>LSHandlerRank</key><string>Alternate</string>
|
||||
<key>LSItemContentTypes</key>
|
||||
<array>
|
||||
<string>public.plain-text</string>
|
||||
@@ -101,6 +104,7 @@ if [[ -z "$WARP_PLIST_NO_FILE_TYPES" ]]; then
|
||||
<dict>
|
||||
<key>CFBundleTypeName</key><string>Source Code File</string>
|
||||
<key>CFBundleTypeRole</key><string>Editor</string>
|
||||
<key>LSHandlerRank</key><string>Alternate</string>
|
||||
<key>LSItemContentTypes</key>
|
||||
<array>
|
||||
<string>public.source-code</string>
|
||||
|
||||
Reference in New Issue
Block a user