Skip to content

Commit 03fb7a0

Browse files
authored
Merge pull request #279 from apple/update-rxdatasources
Update RxDataSources to build against Swift 4.2
2 parents 36a04b3 + 7ad2286 commit 03fb7a0

File tree

1 file changed

+4
-33
lines changed

1 file changed

+4
-33
lines changed

projects.json

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1990,46 +1990,17 @@
19901990
"maintainer": "[email protected]",
19911991
"compatibility": [
19921992
{
1993-
"version": "3.0",
1994-
"commit": "c06ebe2207ed3a74d69a9d9b9bb59b48b64a09b4"
1993+
"version": "4.2",
1994+
"commit": "5458733cb4d2a1ca6a457804921a5fac4b72fca2"
19951995
}
19961996
],
19971997
"platforms": [
19981998
"Darwin"
19991999
],
20002000
"actions": [
20012001
{
2002-
"action": "BuildXcodeProjectTarget",
2003-
"project": "Pods/Pods.xcodeproj",
2004-
"target": "Pods-RxDataSources",
2005-
"destination": "generic/platform=iOS",
2006-
"configuration": "Release",
2007-
"tags": "sourcekit",
2008-
"xfail": {
2009-
"compatibility": {
2010-
"3.0": {
2011-
"branch": {
2012-
"master": "https://bugs.swift.org/browse/SR-8271"
2013-
}
2014-
}
2015-
}
2016-
}
2017-
},
2018-
{
2019-
"action": "BuildXcodeProjectTarget",
2020-
"project": "Pods/Pods.xcodeproj",
2021-
"target": "Pods-Example",
2022-
"destination": "generic/platform=iOS",
2023-
"configuration": "Release",
2024-
"xfail": {
2025-
"compatibility": {
2026-
"3.0": {
2027-
"branch": {
2028-
"master": "https://bugs.swift.org/browse/SR-8271"
2029-
}
2030-
}
2031-
}
2032-
}
2002+
"action": "BuildSwiftPackage",
2003+
"configuration": "release"
20332004
}
20342005
]
20352006
},

0 commit comments

Comments
 (0)