Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cartisim committed Feb 28, 2022
1 parent cf2d88d commit c883d3d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Swift FCSDKiOS
# Swift FCSDK iOS

## System Minimum Requirements ##
* Xcode 13
Expand All @@ -18,28 +18,28 @@

## Documentation

We are happy to introduce *DocC* documenation for FCSDK_iOS. Simply build the documentaion with **Command + Control + Shift + D** in your app and have all the documentation that you need right in Xcode.
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.

## Getting Started
**Please Read our DocC Documentation for more information**

[Getting Started](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/FCSDK-iOS/FCSDKiOS.docc/GettingStarted.md 'Learn Markdown')
[Getting Started](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/GettingStarted.md 'Learn Markdown')

[Authentication](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/FCSDK-iOS/FCSDKiOS.docc/Authentication.md 'Learn Markdown')
[Authentication](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Authentication.md 'Learn Markdown')

[Creating a Session](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/FCSDK-iOS/FCSDKiOS.docc/CreatingSession.md 'Learn Markdown')
[Creating a Session](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/CreatingSession.md 'Learn Markdown')

[Video Calls](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/FCSDK-iOS/FCSDKiOS.docc/VideoCalls.md 'Learn Markdown')
[Video Calls](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/VideoCalls.md 'Learn Markdown')

[FCSDKUI](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/FCSDK-iOS/FCSDKiOS.docc/FCSDKUI.md 'Learn Markdown')
[FCSDKUI](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/FCSDKUI.md 'Learn Markdown')

[VoIP Calls and CallKit](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/FCSDK-iOS/FCSDKiOS.docc/VoIPCallsAndCallKit.md 'Learn Markdown')
[VoIP Calls and CallKit](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/VoIPCallsAndCallKit.md 'Learn Markdown')

[AED](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/FCSDK-iOS/FCSDKiOS.docc/AED.md 'AED Article')
[AED](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/AED.md 'AED Article')

[FCSDK Extras](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/FCSDK-iOS/FCSDKiOS.docc/FCSDKExtras.md 'FCSDK Extras')
[FCSDK Extras](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/FCSDKExtras.md 'FCSDK Extras')

[Migrating from the Legacy SDK](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/FCSDK-iOS/FCSDKiOS.docc/MigratingFromLegacySDK.md 'Learn Markdown')
[Migrating from the Legacy SDK](https://github.com/cbajapan/fcsdk-ios/blob/main/Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/MigratingFromLegacySDK.md 'Learn Markdown')

## Swift Package Manager ##

Expand Down

0 comments on commit c883d3d

Please sign in to comment.