A minimal sample project demonstrating how to integrate the ContentSquare iOS SDK delivered as a pre-built binary framework.
This repository is intended as a reference for teams consuming ContentSquare iOS binary frameworks in an Xcode workspace. It shows the recommended project structure and build configuration required to link against the pre-built .xcframework / .framework artifacts.
.
├── BinaryFrameworksSample/ # Sample Xcode app target
├── Contentsquare/ # Pre-built ContentSquare binary framework(s)
├── Makefile # Convenience build & setup commands
└── .github/ # CI workflows and CODEOWNERS
- Xcode 14+
- iOS deployment target compatible with the bundled framework version
- Clone the repository:
git clone https://github.com/contentsquare/dc_ios_binary_framework_sample.git
- Open the Xcode workspace:
(or use
open BinaryFrameworksSample/*.xcworkspacemake— runmake helpto see available targets) - Build and run the sample target on a simulator or device.
This project is maintained by the ContentSquare iOS platform team (@ContentSquare/ios).
Internal ContentSquare use. No open-source license is currently declared.