This repository hosts the compiled MindboxCommon.xcframework for the Mindbox KMP Common SDK, designed for integration using Swift Package Manager.
Note: This repository is intended for internal Mindbox SDK development and is not meant for direct use by clients.
You can add MindboxCommon to your project using Swift Package Manager.
- Navigate to File > Add Packages...
- Enter the repository URL in the search bar:
https://github.com/mindbox-cloud/kmp-common-sdk-spm.git - Select the desired version. "Up to Next Major" is recommended.
- Click Add Package.
Alternatively, add the following dependency to your Package.swift file:
.package(url: "https://github.com/mindbox-cloud/kmp-common-sdk-spm.git", from: "1.0.0")For instructions on how to build the XCFramework from source, please refer to the main mindbox-cloud/kmp-common-sdk repository.