chrisswong / Facebook_Review_build_ios

A ruby script to ease the process of building Facebook review builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook_Review_build_ios

A ruby script to ease the process of building Facebook review builds

  1. Build with workspace or project file
  2. Select project and target
  3. default select the highest available iOS simulator version
  4. build with xcodebuild
  5. zip it at the directory of the script runs
  6. optional : use (git describe) to get the last tag and append it with -facebook
  7. optional : xcpretty to beautify the build output
  8. optional : run with ios-sim to see if the build can run and install into iOS simulator

About

A ruby script to ease the process of building Facebook review builds


Languages

Language:Objective-C 57.7%Language:Ruby 42.3%