This repository is used as part of the automated testing of ProcedureKit.
It consists of branches which each contain an application that uses the ProcedureKit framework.
Triggering a CI build of HEAD
on the cocoapods
branch will do the following:
- Checkout the correct hash of ProcedureKit (as a submodule)
- Run
pod install
- to install ProcedureKit via CocoaPods - Build & test the application - to check that
ProcedureKit
is available and compiles.