Platform / arch | arm64 | x86_x64 |
---|---|---|
iOS (device) | ✅ | N/A |
iOS (simulator) | ✅ | ✅ |
We are happy to introduce DocC documenation for SwiftFCSDKiOS. Simply build the documentaion with Command + Control + Shift + D in your app and have all the documentation that you need right in Xcode.
Please Read our DocC Documentation for more information
1. In your Xcode Project, select File > Swift Packages > Add Package Dependency.
2. Follow the prompts using the URL for this repository
3. Choose which version you would like to checkout(i.e. 4.0.0-beta.1.0)
4. Make sure the binary is linked in your Xcode Project via the target ``Target -> Build Phases -> Linked Binary``.
If you want to depend on FCSDKiOS in your own project using SPM, it's as simple as adding a dependencies
clause to your Package.swift
:
dependencies: [
.package(url: "https://github.com/cbajapan/fcsdk-ios.git", from: "4.0.0")
]
Starting in version 4.2.0 of FCSDKiOS we are supporting CocoaPods as a delivery mechanism.
In order to use our CocoaPod please follow the following instructions.
pod init
open -a Xcode Podfile
source 'https://github.com/cbajapan/swift-fcsdk-ios'
target 'CBAFusion' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for CBAFusion
pod 'FCSDKiOS', '~> 4.2.0'
pod 'WebRTC', '~> 110.0.0'
end
pod install
Swift
import FCSDKiOS
Objective-C
@import FCSDKiOS;
link |
Stars: 2 |
Last commit: 1 week ago |
Version 4.1.0 reaches a new milestone in getting closer to full usage of Swift Concurrency in order to prevent data races
Please use new Async methods where available
Asynchronously create UC object
ACB Delegates have a async counter part
Methods added to handle CallKit audio issues
Changed 2 optional property conformances to a non optional conformance
Please see the release article for 4.1.0 https://github.com/cbajapan/swift-fcsdk-ios/blob/documentation/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.1.0.md
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics