SwiftPackageManager
You can add AppKit to your project with Swift Package Manager. In order to do that:- Open Xcode
- Go to File -> Add Packages
- Paste the repo GitHub url: https://github.com/reown-com/reown-swift
- Tap Add Package
- Choose the AppKit products that you want installed in your app.
Alternatively, add AppKit to a Package.swift
manifest
To integrate via a Package.swift
manifest instead of Xcode, you can add
AppKit to the dependencies array of your package:dependencies
array of that target:Example
AppKit with Swift example
Check the Swift example