Skip to content

Compiling AppBlade from Source

andrewtremblay edited this page Apr 30, 2013 · 2 revisions

####Building An AppBlade Binary From iOS Source####

  1. Download the source. Open AppBlade.xcodeproj located in iOS/Framework/.
  2. Select AppBladeUniversal from the Scheme dropdown.
  3. Build.
  4. On the completion of our custom shell script, a finder window will open to the location of the built binaries (the name of the folder will be "Release_Production-universal").
  5. For universal build, simply copy that libAppBladeUniversal.a file, and AppBlade.h from the folder into your project, exactly how you would if you had downloaded the prebuilt binary from appblade.com.
  6. Add the built binary to your project by following the instructions in the Including AppBlade Binary section above.