gitextract_fqhyqhsc/ ├── .gitignore ├── .rspec ├── .rubocop.yml ├── .travis.yml ├── Gemfile ├── LICENSE ├── README.md ├── Rakefile ├── fastlane/ │ ├── Fastfile │ └── Pluginfile ├── fastlane-plugin-appicon.gemspec ├── lib/ │ └── fastlane/ │ └── plugin/ │ ├── appicon/ │ │ ├── actions/ │ │ │ ├── android_appicon_action.rb │ │ │ └── appicon_action.rb │ │ ├── helper/ │ │ │ └── appicon_helper.rb │ │ └── version.rb │ └── appicon.rb └── spec/ ├── appicon_action_spec.rb └── spec_helper.rb