Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Generate the global header file
  2. echo "// This file has been auto-generated using a build script. Do not edit and expect your changes to stick." > FrameworkName.h
  3. ls -R Classes/ | grep .h$ | xargs -L 1 echo "#import" | sed 's/rt /rt "/' | sed 's/.h$/.h"/' >> FrameworkName.h