Skip to content

Commit 7ad2286

Browse files
author
Clack Cole
committed
Update RxDataSources to build against Swift 4.2
1 parent a20302c commit 7ad2286

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
@@ -1989,46 +1989,17 @@
19891989
"maintainer": "[email protected]",
19901990
"compatibility": [
19911991
{
1992-
"version": "3.0",
1993-
"commit": "c06ebe2207ed3a74d69a9d9b9bb59b48b64a09b4"
1992+
"version": "4.2",
1993+
"commit": "5458733cb4d2a1ca6a457804921a5fac4b72fca2"
19941994
}
19951995
],
19961996
"platforms": [
19971997
"Darwin"
19981998
],
19991999
"actions": [
20002000
{
2001-
"action": "BuildXcodeProjectTarget",
2002-
"project": "Pods/Pods.xcodeproj",
2003-
"target": "Pods-RxDataSources",
2004-
"destination": "generic/platform=iOS",
2005-
"configuration": "Release",
2006-
"tags": "sourcekit",
2007-
"xfail": {
2008-
"compatibility": {
2009-
"3.0": {
2010-
"branch": {
2011-
"master": "https://bugs.swift.org/browse/SR-8271"
2012-
}
2013-
}
2014-
}
2015-
}
2016-
},
2017-
{
2018-
"action": "BuildXcodeProjectTarget",
2019-
"project": "Pods/Pods.xcodeproj",
2020-
"target": "Pods-Example",
2021-
"destination": "generic/platform=iOS",
2022-
"configuration": "Release",
2023-
"xfail": {
2024-
"compatibility": {
2025-
"3.0": {
2026-
"branch": {
2027-
"master": "https://bugs.swift.org/browse/SR-8271"
2028-
}
2029-
}
2030-
}
2031-
}
2001+
"action": "BuildSwiftPackage",
2002+
"configuration": "release"
20322003
}
20332004
]
20342005
},

0 commit comments

Comments
 (0)