mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2024-12-22 22:35:28 +07:00
update Rxcombine, circleCI link
This commit is contained in:
parent
14f393aa55
commit
6418134d37
20
README.md
20
README.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user