Installation
Add Hyperbasis to your iOS project using Swift Package Manager.
Swift Package Manager
In Xcode
- •Open your project in Xcode
- •Go to File > Add Package Dependencies...
- •Enter the repository URL:
https://github.com/Hyperbasis/hyperbasis-sdk- •Select Up to Next Major Version with
1.0.0 - •Click Add Package
In Package.swift
Add Hyperbasis to your package dependencies:
dependencies: [
.package(url: "https://github.com/Hyperbasis/hyperbasis-sdk", from: "1.0.0")
]Then add it to your target:
.target(
name: "YourApp",
dependencies: ["Hyperbasis"]
)Import
Import Hyperbasis in your Swift files:
import HyperbasisPlatform Requirements
| Requirement | Version |
|---|---|
| iOS | 17.0+ |
| Swift | 5.9+ |
| Xcode | 15.0+ |
Dependencies
Hyperbasis includes the following dependencies:
- •Supabase Swift SDK (2.0+) - For optional cloud sync functionality
Note
The Supabase dependency is only used if you configure cloud sync. Local-only usage doesn't require any backend setup.
Next Steps
- •Quick Start - Build your first persistent AR experience
- •Configuration - Configure storage options