Skip to content

Commit

Permalink
💄 add Fastlane icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome authored and PKief committed Apr 25, 2018
1 parent b8ddd00 commit 85999f5
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
10 changes: 10 additions & 0 deletions icons/fastlane.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions icons/folder-fastlane-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions icons/folder-fastlane.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,6 @@ export const fileIcons: FileIcons = {
{ name: 'processing', fileExtensions: ['pde'], light: true },
{ name: 'storybook', fileExtensions: ['stories.js', 'stories.jsx', 'story.js', 'story.jsx'] },
{ name: 'wepy', fileExtensions: ['wpy'] },
{ name: 'fastlane', fileNames: ['Fastfile', 'Appfile'] },
]
};
1 change: 1 addition & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-less', folderNames: ['less'] },
{ name: 'folder-python', folderNames: ['python', '__pycache__'] },
{ name: 'folder-debug', folderNames: ['debug', 'debugging'] },
{ name: 'folder-fastlane', folderNames: ['fastlane'] },
]
},
{ name: 'classic', defaultIcon: { name: 'folder' }, rootFolder: { name: 'folder-root' } },
Expand Down

0 comments on commit 85999f5

Please sign in to comment.