From 138ed8907b3e57c4bdcb9cd7c81f8fcedc106cab Mon Sep 17 00:00:00 2001 From: Maxim Volgin Date: Tue, 2 Jul 2019 09:04:45 +0200 Subject: [PATCH 1/8] Update items.yml Added RxCloudKit --- data/items.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/items.yml b/data/items.yml index e0e0190..b9f5cbf 100644 --- a/data/items.yml +++ b/data/items.yml @@ -100,6 +100,9 @@ sections: description: "RxBinding provides ~> and <~> operators for data binding using RxSwift, to replace the bind(to:) and disposed(by:) method in RxSwift." - name: Projects that Extend Other Projects with RxSwift items: + - name: RxCloudKit + repo: RxSwiftCommunity/RxCloudKit + description: RxSwift wrapper for Apple's CloudKit framework - name: RxCombine repo: freak4pc/RxCombine description: Bi-directional type bridging between RxSwift and Apple's Combine framework From 89ab5cd9bdefd199dc605ef0390bc217a1e5b754 Mon Sep 17 00:00:00 2001 From: Maxim Volgin Date: Tue, 2 Jul 2019 19:28:31 +0200 Subject: [PATCH 2/8] Update items.yml --- data/items.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/items.yml b/data/items.yml index b9f5cbf..5249c54 100644 --- a/data/items.yml +++ b/data/items.yml @@ -100,6 +100,9 @@ sections: description: "RxBinding provides ~> and <~> operators for data binding using RxSwift, to replace the bind(to:) and disposed(by:) method in RxSwift." - name: Projects that Extend Other Projects with RxSwift items: + - name: RxARKit + repo: RxSwiftCommunity/RxARKit + description: RxSwift wrapper for Apple's ARKit framework - name: RxCloudKit repo: RxSwiftCommunity/RxCloudKit description: RxSwift wrapper for Apple's CloudKit framework From cdbd5e7fd4c39caba490cfbcb72274ae86fd4d83 Mon Sep 17 00:00:00 2001 From: Maxim Volgin Date: Wed, 3 Jul 2019 22:07:54 +0200 Subject: [PATCH 3/8] Update items.yml added RxVision --- data/items.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/items.yml b/data/items.yml index 5249c54..09d7142 100644 --- a/data/items.yml +++ b/data/items.yml @@ -100,6 +100,9 @@ sections: description: "RxBinding provides ~> and <~> operators for data binding using RxSwift, to replace the bind(to:) and disposed(by:) method in RxSwift." - name: Projects that Extend Other Projects with RxSwift items: + - name: RxVision + repo: RxSwiftCommunity/RxVision + description: RxSwift wrapper for Apple's Vision framework - name: RxARKit repo: RxSwiftCommunity/RxARKit description: RxSwift wrapper for Apple's ARKit framework From b236235d63db8808af1a220237ab1092a99eba54 Mon Sep 17 00:00:00 2001 From: Maxim Volgin Date: Thu, 4 Jul 2019 07:06:11 +0200 Subject: [PATCH 4/8] Update items.yml added RxOnDemandResources --- data/items.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/items.yml b/data/items.yml index 09d7142..499037b 100644 --- a/data/items.yml +++ b/data/items.yml @@ -98,6 +98,9 @@ sections: - name: RxBinding repo: RxSwiftCommunity/RxBinding description: "RxBinding provides ~> and <~> operators for data binding using RxSwift, to replace the bind(to:) and disposed(by:) method in RxSwift." + - name: RxOnDemandResources + repo: RxSwiftCommunity/RxOnDemandResources + description: RxSwift wrapper for on-demand resources access - name: Projects that Extend Other Projects with RxSwift items: - name: RxVision From 9bcbab6ab7c7d90751dc1cd6a480f2025d0c690b Mon Sep 17 00:00:00 2001 From: Maxim Volgin Date: Thu, 4 Jul 2019 07:17:42 +0200 Subject: [PATCH 5/8] Update items.yml added RxCoreNFC --- data/items.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/items.yml b/data/items.yml index 499037b..c7679ed 100644 --- a/data/items.yml +++ b/data/items.yml @@ -102,7 +102,10 @@ sections: repo: RxSwiftCommunity/RxOnDemandResources description: RxSwift wrapper for on-demand resources access - name: Projects that Extend Other Projects with RxSwift - items: + items: + - name: RxCoreNFC + repo: RxSwiftCommunity/RxCoreNFC + description: RxSwift wrapper for Apple's CoreNFC framework - name: RxVision repo: RxSwiftCommunity/RxVision description: RxSwift wrapper for Apple's Vision framework From fe4dd86a23bff8237ceda26ef509b3cf96240307 Mon Sep 17 00:00:00 2001 From: Maxim Volgin Date: Thu, 4 Jul 2019 07:25:23 +0200 Subject: [PATCH 6/8] Update items.yml added RxAVFoundation --- data/items.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/items.yml b/data/items.yml index c7679ed..59e7ecf 100644 --- a/data/items.yml +++ b/data/items.yml @@ -102,7 +102,10 @@ sections: repo: RxSwiftCommunity/RxOnDemandResources description: RxSwift wrapper for on-demand resources access - name: Projects that Extend Other Projects with RxSwift - items: + items: + - name: RxAVFoundation + repo: RxSwiftCommunity/RxAVFoundation + description: RxSwift wrapper for Apple's AVFoundation framework - name: RxCoreNFC repo: RxSwiftCommunity/RxCoreNFC description: RxSwift wrapper for Apple's CoreNFC framework From 34b1bf1376aadd0a9bcb0bbd696fa0485e5ac683 Mon Sep 17 00:00:00 2001 From: Maxim Volgin Date: Thu, 4 Jul 2019 07:56:17 +0200 Subject: [PATCH 7/8] Update items.yml added RxSpriteKit --- data/items.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/items.yml b/data/items.yml index 59e7ecf..7187642 100644 --- a/data/items.yml +++ b/data/items.yml @@ -103,6 +103,9 @@ sections: description: RxSwift wrapper for on-demand resources access - name: Projects that Extend Other Projects with RxSwift items: + - name: RxSpriteKit + repo: RxSwiftCommunity/RxSpriteKit + description: RxSwift wrapper for Apple's RxSpriteKit framework - name: RxAVFoundation repo: RxSwiftCommunity/RxAVFoundation description: RxSwift wrapper for Apple's AVFoundation framework From 579ea384a92ee685dcdb20f7151f91cfd2439984 Mon Sep 17 00:00:00 2001 From: Maxim Volgin Date: Thu, 4 Jul 2019 08:03:31 +0200 Subject: [PATCH 8/8] Update items.yml added RxSceneKit --- data/items.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/items.yml b/data/items.yml index 7187642..7d5f830 100644 --- a/data/items.yml +++ b/data/items.yml @@ -103,6 +103,9 @@ sections: description: RxSwift wrapper for on-demand resources access - name: Projects that Extend Other Projects with RxSwift items: + - name: RxSceneKit + repo: RxSwiftCommunity/RxSceneKit + description: RxSwift wrapper for Apple's RxSceneKit framework - name: RxSpriteKit repo: RxSwiftCommunity/RxSpriteKit description: RxSwift wrapper for Apple's RxSpriteKit framework