update Rxcombine, circleCI link

This commit is contained in:
Jungpyo Hong 2021-08-05 13:56:00 -05:00 committed by GitHub
parent 14f393aa55
commit 6418134d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,7 @@ Feel free to fork this repository and pull requests!!
- [CI/CD](#cicd)
- [Jenkins](#Jenkins)
- [Jira](#Jira)
- [CircleCI](#CircleCI)
- [In App Purchase(IAP)](#In-App-PurchaseIAP)
- [Notification](#Notification)
- [Local Notification](#Local-Notification)
@ -112,6 +113,7 @@ Feel free to fork this repository and pull requests!!
- [FRP](#FRP)
- [Rxswift](#Rxswift)
- [Combine](#Combine)
- [RxCombine](#Rxcombine)
- [Security](#Security)
- [Checklist For App Security](#Checklist-For-App-Security)
- [Keychain](#Keychain)
@ -1599,6 +1601,12 @@ Jenkins is most popular CI/CD tools
## CircleCI
@ -1686,6 +1694,18 @@ Combine released on iOS13 from Apple for Functional Reactive Programming.
[Swiftbysundell](https://www.swiftbysundell.com/basics/combine/)
## RxCombine
RxCombine provides bi-directional type bridging between RxSwift and Apple's Combine framework.
[RxCombine](https://github.com/CombineCommunity/RxCombine)
## Security
Security secure the data your app manages, and control access to your app.