Skip to content

Commit

Permalink
add some missing supported filetypes to macos manifest thing
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen committed Sep 5, 2024
1 parent 9020a16 commit 8f2c0cf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Tools/macOS/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,17 @@
<key>CFBundleTypeExtensions</key>
<array>
<string>csv</string>
<string>txt</string>
<string>tsv</string>
<string>sav</string>
<string>zsav</string>
<string>ods</string>
<string>txt</string>
<string>xls</string>
<string>xlsx</string>
<string>sas7bdat</string>
<string>sas7bcat</string>
<string>por</string>
<string>dta</string>
</array>
</dict>
</array>
Expand Down

0 comments on commit 8f2c0cf

Please sign in to comment.