Skip to content

WorldDownTown/IconHUD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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 line below to RunScript phase of your Xcode project.

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.

About

Place build information on your iOS App icon.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 94.7%
  • Makefile 5.3%