Skip to content

johndpope-karhoo/MasterFastfile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The App Business

MasterFastfile

To setup your project to use the TAB master fastfile navigate to your project route and run the following command

curl https://raw.githubusercontent.com/theappbusiness/MasterFastfile/master/setup.sh | sh

Then setup your environments using the .env files created for you. To complete the setup just add the missing variable values.

Available lanes

  • test
    • runs tests
  • hockey
    • runs tests
    • sets build number
    • adds build info to app icon
    • builds and archives project
    • generates changelog from git commits
    • uploads app to hockey
  • hockey_no_test
    • sets build number
    • adds build info to app icon
    • builds and archives project
    • generates changelog from git commits
    • uploads app to hockey

Custom Actions

  • icon_overlay
    • Adds overlay to app icon containing build information

For more detailed information on how to setup your project and environment please see our wiki

Dependencies

Imagemagick

Install using brew

brew install imagemagick

Ghostscript

Install using brew

brew install ghostscript

About

Master Fastfile used for internal builds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 80.5%
  • Shell 19.5%