Skip to content

Tueno/IconHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IconHUD

Android version is here.
https://github.com/Tueno/IconHUD-Android/

iconhud_sample screen_sample

Features

  • IconHUD places information of your app on icon. (version, branch, commit ID, build date, build config etc...)
  • It does NOT process icon image file in your project's asset. (IconHUD processes icon image file in temporary directory only.)
  • It does NOT work on release build. (If BuildConfig name is "Release".)

Installation

brew tap tueno/iconhud
brew install iconhud

Usage

Add the 'Run Scripts' phase to after 'Copy Bundle Resources' phase and then add the line below to 'Run Scripts' phase.

iconhud

Notice

  • If you don't need to process icon on debug build, use --ignore-debug-build option.
  • Currently, It doesn't support icon file specified by info.list. (It supports *.xcassets only.)

TODO

  • Show hud even if icon doesn't exist.
  • Adjust layout.