Skip to content

Commit

Permalink
Specify that we handle the root level file types
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdorsey committed Feb 4, 2020
1 parent 0a8dd24 commit 4f40c41
Showing 1 changed file with 3 additions and 30 deletions.
33 changes: 3 additions & 30 deletions QuickLookStephenProject/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,40 +8,13 @@
<array>
<dict>
<key>CFBundleTypeName</key>
<string>PlainText</string>
<string>Content</string>
<key>CFBundleTypeRole</key>
<string>QLGenerator</string>
<key>LSItemContentTypes</key>
<array>
<string>public.unix-executable</string>
</array>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
<string>XML</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>com.apple.xcode.strings-text</string>
<key>CFBundleTypeRole</key>
<string>QLGenerator</string>
<key>LSItemContentTypes</key>
<array>
<string>com.apple.xcode.strings-text</string>
</array>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
<string>XML</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>public.unix-executable</string>
<key>CFBundleTypeRole</key>
<string>QLGenerator</string>
<key>LSItemContentTypes</key>
<array>
<string>public.unix-executable</string>
<string>public.data</string>
<string>public.content</string>
</array>
<key>LSTypeIsPackage</key>
<false/>
Expand Down

0 comments on commit 4f40c41

Please sign in to comment.