Installation
This guide covers installing the Privacy Boost iOS SDK in your project.Requirements
- iOS 13.0+
- Xcode 14+
- Swift 5.7+
Swift Package Manager
Using Xcode
- Open your project in Xcode
- Go to File > Add Package Dependencies…
- Enter the repository URL:
- Select version requirements (e.g., “Up to Next Major Version” from
0.1.0) - Click Add Package
- Select your target and click Add Package
Using Package.swift
Add the dependency to yourPackage.swift:
Verifying Installation
After installation, verify the SDK is working:Next Steps
- Getting Started - Initialize and use the SDK