-
Notifications
You must be signed in to change notification settings - Fork 14
Compiling AppBlade from Source
andrewtremblay edited this page Apr 30, 2013
·
2 revisions
####Building An AppBlade Binary From iOS Source####
- Download the source. Open AppBlade.xcodeproj located in
iOS/Framework/
. - Select AppBladeUniversal from the Scheme dropdown.
- Build.
- 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").
- 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.
- Add the built binary to your project by following the instructions in the Including AppBlade Binary section above.