Skip to content

Commit

Permalink
Add ipa file extension to applescript icon
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Apr 18, 2020
1 parent 7d324df commit 6bac54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ export const fileIcons: FileIcons = {
fileExtensions: ['tf', 'tf.json', 'tfvars', 'tfstate']
},
{ name: 'laravel', fileExtensions: ['blade.php', 'inky.php'] },
{ name: 'applescript', fileExtensions: ['applescript'] },
{ name: 'applescript', fileExtensions: ['applescript', 'ipa'] },
{ name: 'cake', fileExtensions: ['cake'] },
{ name: 'cucumber', fileExtensions: ['feature'] },
{ name: 'nim', fileExtensions: ['nim', 'nimble'] },
Expand Down

0 comments on commit 6bac54d

Please sign in to comment.