Durable LinksiOS Setup
SDK Installation
Add the AppPanel SDK to your iOS project.
Swift Package Manager
In Xcode, go to File > Add Package Dependencies and enter the repository URL:
https://github.com/AppPanel-io/AppPanel-iOSOr add it to your Package.swift:
dependencies: [
.package(url: "https://github.com/AppPanel-io/AppPanel-iOS", from: "1.0.0")
]