Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Latest commit

 

History

History

Sample Projects

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Colloc Samples

iOS sample (Objective-C)

  • go to iOS Sample folder
  • run from command line: pod repo update; pod install. You need to have CocoaPods installed in your system.
  • open the resulting .XCWorkspace file

See it working

iOS Swift Sample

  • in this case all Pods are included, but you should run pod update to check out new colloc versions
  • this example includes a Schema called Colloc that uses an aggregate target (Colloc) to launch the Colloc.php script. Just select the Colloc schema and hit Cmd+B (Build)