Skip to content

Commit b5422a8

Browse files
authored
Merge pull request #216 from rudkx/remove-ReactiveCocoa-3.2
Remove ReactiveCocoa Swift 3.2 configuration.
2 parents 5d5d9b4 + 2e29994 commit b5422a8

File tree

1 file changed

+4
-44
lines changed

1 file changed

+4
-44
lines changed

projects.json

Lines changed: 4 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1588,10 +1588,6 @@
15881588
"path": "ReactiveCocoa",
15891589
"branch": "master",
15901590
"compatibility": [
1591-
{
1592-
"version": "3.2",
1593-
"commit": "72dd2096c04e66bb10a5dd0c230c7a7ceef467e9"
1594-
},
15951591
{
15961592
"version": "4.0",
15971593
"commit": "72dd2096c04e66bb10a5dd0c230c7a7ceef467e9"
@@ -1607,64 +1603,28 @@
16071603
"workspace": "ReactiveCocoa.xcworkspace",
16081604
"scheme": "ReactiveCocoa-macOS",
16091605
"destination": "generic/platform=macOS",
1610-
"configuration": "Release",
1611-
"xfail": {
1612-
"compatibility": {
1613-
"3.2": {
1614-
"branch": {
1615-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-7346"
1616-
}
1617-
}
1618-
}
1619-
}
1606+
"configuration": "Release"
16201607
},
16211608
{
16221609
"action": "BuildXcodeWorkspaceScheme",
16231610
"workspace": "ReactiveCocoa.xcworkspace",
16241611
"scheme": "ReactiveCocoa-iOS",
16251612
"destination": "generic/platform=iOS",
1626-
"configuration": "Release",
1627-
"xfail": {
1628-
"compatibility": {
1629-
"3.2": {
1630-
"branch": {
1631-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-7346"
1632-
}
1633-
}
1634-
}
1635-
}
1613+
"configuration": "Release"
16361614
},
16371615
{
16381616
"action": "BuildXcodeWorkspaceScheme",
16391617
"workspace": "ReactiveCocoa.xcworkspace",
16401618
"scheme": "ReactiveCocoa-tvOS",
16411619
"destination": "generic/platform=tvOS",
1642-
"configuration": "Release",
1643-
"xfail": {
1644-
"compatibility": {
1645-
"3.2": {
1646-
"branch": {
1647-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-7346"
1648-
}
1649-
}
1650-
}
1651-
}
1620+
"configuration": "Release"
16521621
},
16531622
{
16541623
"action": "BuildXcodeWorkspaceScheme",
16551624
"workspace": "ReactiveCocoa.xcworkspace",
16561625
"scheme": "ReactiveCocoa-watchOS",
16571626
"destination": "generic/platform=watchOS",
1658-
"configuration": "Release",
1659-
"xfail": {
1660-
"compatibility": {
1661-
"3.2": {
1662-
"branch": {
1663-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-7346"
1664-
}
1665-
}
1666-
}
1667-
}
1627+
"configuration": "Release"
16681628
}
16691629
]
16701630
},

0 commit comments

Comments
 (0)