Skip to content

Commit 31caefe

Browse files
authored
Merge pull request swiftlang#160 from apple/revert-157-disable-pods
Revert "Disable an SCK project: Pods."
2 parents bbdb5b4 + 3085964 commit 31caefe

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

projects.json

+2-20
Original file line numberDiff line numberDiff line change
@@ -1891,32 +1891,14 @@
18911891
"project": "Pods/Pods.xcodeproj",
18921892
"target": "Pods-RxDataSources",
18931893
"destination": "generic/platform=iOS",
1894-
"configuration": "Release",
1895-
"xfail": {
1896-
"compatibility": {
1897-
"3.0": {
1898-
"branch": {
1899-
"master": "https://bugs.swift.org/browse/SR-7181"
1900-
}
1901-
}
1902-
}
1903-
}
1894+
"configuration": "Release"
19041895
},
19051896
{
19061897
"action": "BuildXcodeProjectTarget",
19071898
"project": "Pods/Pods.xcodeproj",
19081899
"target": "Pods-Example",
19091900
"destination": "generic/platform=iOS",
1910-
"configuration": "Release",
1911-
"xfail": {
1912-
"compatibility": {
1913-
"3.0": {
1914-
"branch": {
1915-
"master": "https://bugs.swift.org/browse/SR-7181"
1916-
}
1917-
}
1918-
}
1919-
}
1901+
"configuration": "Release"
19201902
}
19211903
]
19221904
},

0 commit comments

Comments
 (0)