Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 552 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 552 Bytes

TryProcedureKit

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.

CocoaPods, cocoapods branch

Triggering a CI build of HEAD on the cocoapods branch will do the following:

  1. Checkout the correct hash of ProcedureKit (as a submodule)
  2. Run pod install - to install ProcedureKit via CocoaPods
  3. Build & test the application - to check that ProcedureKit is available and compiles.