Skip to content

Commit

Permalink
Merge branch 'master' into add-swift-5-support
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmishal authored Nov 2, 2018
2 parents 6ba4e05 + 7041c62 commit bb085d4
Showing 1 changed file with 8 additions and 28 deletions.
36 changes: 8 additions & 28 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,8 +705,8 @@
"branch": "master",
"compatibility": [
{
"version": "4.0",
"commit": "f121c6b1393aacf6d1956ea9edf0dd1e9c34977f"
"version": "4.2",
"commit": "759c1088a1d9ba94f44009295fd17c20b1375524"
}
],
"platforms": [
Expand All @@ -717,17 +717,17 @@
{
"action": "BuildSwiftPackage",
"configuration": "release",
"tags": "sourcekit",
"xfail": {
"compatibility": {
"4.0": {
"4.2": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-8234",
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-8234"
"master": "https://bugs.swift.org/browse/SR-9151",
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-9151"
}
}
}
}
},
"tags": "sourcekit"
},
{
"action": "TestSwiftPackage"
Expand Down Expand Up @@ -819,34 +819,14 @@
"scheme": "IBAnimatable",
"destination": "generic/platform=iOS",
"configuration": "Release",
"xfail": {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-9146",
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-9146"
}
}
}
},
"tags": "sourcekit sourcekit-smoke"
},
{
"action": "BuildXcodeWorkspaceScheme",
"workspace": "IBAnimatable.xcworkspace",
"scheme": "IBAnimatableApp",
"destination": "generic/platform=iOS",
"configuration": "Release",
"xfail": {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-9146",
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-9146"
}
}
}
}
"configuration": "Release"
}
]
},
Expand Down

0 comments on commit bb085d4

Please sign in to comment.