The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
https://github.com/bridgefy/sdk-ios
, into the Package Dependencies search bar.CocoaPods is a dependency manager that lets you add third-party frameworks and libraries to projects. For installation instructions, see Install CocoaPods.
Add the Bridgefy SDK to your Podfile and install it in your project as follows:
platform :ios, '13.0'
target 'SDK test' do
use_frameworks!
pod 'BridgefySDK'
end
$ pod install
Bridgefy SDK offers the option to establish secure connections within the mesh network, encrypting the data traveling on the mesh using the Signal protocol. This ensures a secure connection and protects the data from unauthorized access.
BridgefySDK.framework
from this repository.BridgefySDK.framework
folder to the top of your project's hierarchy in Xcode.Copy items if needed
from the dialog window after releasing the folder into your project.