Skip to content

Commit

Permalink
Set CFBundleTypeRole to Viewer
Browse files Browse the repository at this point in the history
We don't want Kap to become the default player for MP4 files, see: sindresorhus/Gifski#40
  • Loading branch information
sindresorhus committed Aug 15, 2018
1 parent 2273854 commit e1ba56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"CFBundleDocumentTypes": [
{
"CFBundleTypeName": "Video",
"CFBundleTypeRole": "Editor",
"CFBundleTypeRole": "Viewer",
"LSHandlerRank": "Alternate",
"LSItemContentTypes": [
"public.mpeg-4",
Expand Down

0 comments on commit e1ba56f

Please sign in to comment.