Skip to content

Commit 426f6e9

Browse files
committed
Temporarily remove Kickstarter-ReactiveExtensions and RxDataSources.
We do not currently have Swift 4.x hashes for these. Kickstarter is being worked on in #211, but that is not ready yet. I tried to update RxDataSources myself, but ran into issues because updating the hash means also updating other parts of the build, and I was unable to figure out how to do that. After I merge swiftlang/swift#17691, I will revert this commit and add XFAILs for these 3.x configurations, including links to JIRAs so that we don't lose track of the fact that we still need to update these for 4.x.
1 parent 76fd1bb commit 426f6e9

File tree

1 file changed

+0
-78
lines changed

1 file changed

+0
-78
lines changed

projects.json

Lines changed: 0 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -859,52 +859,6 @@
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-
},
885-
{
886-
"action": "BuildXcodeProjectScheme",
887-
"project": "ReactiveExtensions.xcodeproj",
888-
"scheme": "ReactiveExtensions-TestHelpers-iOS",
889-
"destination": "generic/platform=iOS",
890-
"configuration": "Release"
891-
},
892-
{
893-
"action": "BuildXcodeProjectScheme",
894-
"project": "ReactiveExtensions.xcodeproj",
895-
"scheme": "ReactiveExtensions-TestHelpers-tvOS",
896-
"destination": "generic/platform=tvOS",
897-
"configuration": "Release"
898-
},
899-
{
900-
"action": "BuildXcodeProjectScheme",
901-
"project": "ReactiveExtensions.xcodeproj",
902-
"scheme": "ReactiveExtensions-tvOS",
903-
"destination": "generic/platform=tvOS",
904-
"configuration": "Release"
905-
}
906-
]
907-
},
908862
{
909863
"repository": "Git",
910864
"url": "https://github.com/onevcat/Kingfisher.git",
@@ -1805,38 +1759,6 @@
18051759
}
18061760
]
18071761
},
1808-
{
1809-
"repository": "Git",
1810-
"url": "https://github.com/RxSwiftCommunity/RxDataSources",
1811-
"path": "RxDataSources",
1812-
"branch": "master",
1813-
"maintainer": "[email protected]",
1814-
"compatibility": [
1815-
{
1816-
"version": "3.0",
1817-
"commit": "c06ebe2207ed3a74d69a9d9b9bb59b48b64a09b4"
1818-
}
1819-
],
1820-
"platforms": [
1821-
"Darwin"
1822-
],
1823-
"actions": [
1824-
{
1825-
"action": "BuildXcodeProjectTarget",
1826-
"project": "Pods/Pods.xcodeproj",
1827-
"target": "Pods-RxDataSources",
1828-
"destination": "generic/platform=iOS",
1829-
"configuration": "Release"
1830-
},
1831-
{
1832-
"action": "BuildXcodeProjectTarget",
1833-
"project": "Pods/Pods.xcodeproj",
1834-
"target": "Pods-Example",
1835-
"destination": "generic/platform=iOS",
1836-
"configuration": "Release"
1837-
}
1838-
]
1839-
},
18401762
{
18411763
"repository": "Git",
18421764
"url": "https://github.com/ReactiveX/RxSwift.git",

0 commit comments

Comments
 (0)