Skip to content

Commit

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

0 comments on commit 3008747

Please sign in to comment.