Skip to content

Commit 2b4ce7c

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#221 from rudkx/restore-kickstarter-rxdatasources-as-xfailed
Restore the KickStarter-ReactiveExtensions and RxDataSources projects.
2 parents 1def87d + d4d83e6 commit 2b4ce7c

File tree

1 file changed

+132
-0
lines changed

1 file changed

+132
-0
lines changed

projects.json

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,88 @@
859859
}
860860
]
861861
},
862+
{
863+
"repository": "Git",
864+
"url": "https://github.com/kickstarter/Kickstarter-ReactiveExtensions",
865+
"path": "Kickstarter-ReactiveExtensions",
866+
"branch": "master",
867+
"maintainer": "[email protected]",
868+
"compatibility": [
869+
{
870+
"version": "3.0",
871+
"commit": "732eab9da730699f264dceb4f423586754191d67"
872+
}
873+
],
874+
"platforms": [
875+
"Darwin"
876+
],
877+
"actions": [
878+
{
879+
"action": "BuildXcodeProjectScheme",
880+
"project": "ReactiveExtensions.xcodeproj",
881+
"scheme": "ReactiveExtensions-iOS",
882+
"destination": "generic/platform=iOS",
883+
"configuration": "Release",
884+
"xfail": {
885+
"compatibility": {
886+
"3.0": {
887+
"branch": {
888+
"master": "https://bugs.swift.org/browse/SR-8270"
889+
}
890+
}
891+
}
892+
}
893+
},
894+
{
895+
"action": "BuildXcodeProjectScheme",
896+
"project": "ReactiveExtensions.xcodeproj",
897+
"scheme": "ReactiveExtensions-TestHelpers-iOS",
898+
"destination": "generic/platform=iOS",
899+
"configuration": "Release",
900+
"xfail": {
901+
"compatibility": {
902+
"3.0": {
903+
"branch": {
904+
"master": "https://bugs.swift.org/browse/SR-8270"
905+
}
906+
}
907+
}
908+
}
909+
},
910+
{
911+
"action": "BuildXcodeProjectScheme",
912+
"project": "ReactiveExtensions.xcodeproj",
913+
"scheme": "ReactiveExtensions-TestHelpers-tvOS",
914+
"destination": "generic/platform=tvOS",
915+
"configuration": "Release",
916+
"xfail": {
917+
"compatibility": {
918+
"3.0": {
919+
"branch": {
920+
"master": "https://bugs.swift.org/browse/SR-8270"
921+
}
922+
}
923+
}
924+
}
925+
},
926+
{
927+
"action": "BuildXcodeProjectScheme",
928+
"project": "ReactiveExtensions.xcodeproj",
929+
"scheme": "ReactiveExtensions-tvOS",
930+
"destination": "generic/platform=tvOS",
931+
"configuration": "Release",
932+
"xfail": {
933+
"compatibility": {
934+
"3.0": {
935+
"branch": {
936+
"master": "https://bugs.swift.org/browse/SR-8270"
937+
}
938+
}
939+
}
940+
}
941+
}
942+
]
943+
},
862944
{
863945
"repository": "Git",
864946
"url": "https://github.com/onevcat/Kingfisher.git",
@@ -1665,6 +1747,56 @@
16651747
}
16661748
]
16671749
},
1750+
{
1751+
"repository": "Git",
1752+
"url": "https://github.com/RxSwiftCommunity/RxDataSources",
1753+
"path": "RxDataSources",
1754+
"branch": "master",
1755+
"maintainer": "[email protected]",
1756+
"compatibility": [
1757+
{
1758+
"version": "3.0",
1759+
"commit": "c06ebe2207ed3a74d69a9d9b9bb59b48b64a09b4"
1760+
}
1761+
],
1762+
"platforms": [
1763+
"Darwin"
1764+
],
1765+
"actions": [
1766+
{
1767+
"action": "BuildXcodeProjectTarget",
1768+
"project": "Pods/Pods.xcodeproj",
1769+
"target": "Pods-RxDataSources",
1770+
"destination": "generic/platform=iOS",
1771+
"configuration": "Release",
1772+
"xfail": {
1773+
"compatibility": {
1774+
"3.0": {
1775+
"branch": {
1776+
"master": "https://bugs.swift.org/browse/SR-8271"
1777+
}
1778+
}
1779+
}
1780+
}
1781+
},
1782+
{
1783+
"action": "BuildXcodeProjectTarget",
1784+
"project": "Pods/Pods.xcodeproj",
1785+
"target": "Pods-Example",
1786+
"destination": "generic/platform=iOS",
1787+
"configuration": "Release",
1788+
"xfail": {
1789+
"compatibility": {
1790+
"3.0": {
1791+
"branch": {
1792+
"master": "https://bugs.swift.org/browse/SR-8271"
1793+
}
1794+
}
1795+
}
1796+
}
1797+
}
1798+
]
1799+
},
16681800
{
16691801
"repository": "Git",
16701802
"url": "https://github.com/ReactiveX/RxSwift.git",

0 commit comments

Comments
 (0)