Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add '.sqlite' file extension to macOS file associations
  • Loading branch information
marc-medley authored and justinclift committed Jul 12, 2018
1 parent 9a76537 commit 28f6c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.plist
Expand Up @@ -10,6 +10,7 @@
<key>CFBundleTypeExtensions</key>
<array>
<string>db</string>
<string>sqlite</string>
</array>
<key>CFBundleTypeName</key>
<string>Database Document</string>
Expand Down

0 comments on commit 28f6c6e

Please sign in to comment.