Skip to content

Commit

Permalink
Add swift to supported darwin document types (#159002)
Browse files Browse the repository at this point in the history
* Add swift to supported darwin document types

* add compilation output

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
  • Loading branch information
aburgel and joaomoreno committed Aug 24, 2022
1 parent fc54e0f commit c27c163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/lib/electron.js
Expand Up @@ -152,6 +152,7 @@ exports.config = {
'F# script': ['fsx', 'fsscript'],
'SVG document': ['svg', 'svgz'],
'TOML document': 'toml',
'Swift source code': 'swift',
}, 'default'),
// Default icon with default name
darwinBundleDocumentType([
Expand Down
1 change: 1 addition & 0 deletions build/lib/electron.ts
Expand Up @@ -167,6 +167,7 @@ export const config = {
'F# script': ['fsx', 'fsscript'],
'SVG document': ['svg', 'svgz'],
'TOML document': 'toml',
'Swift source code': 'swift',
}, 'default'),
// Default icon with default name
darwinBundleDocumentType([
Expand Down

0 comments on commit c27c163

Please sign in to comment.