Skip to content

Commit

Permalink
Revert "Merge pull request swiftlang#171 from apple/xfail-reswift"
Browse files Browse the repository at this point in the history
This reverts commit f8681d5, reversing
changes made to 0a6f56e.

It is passing again after John M's changes.
  • Loading branch information
aschwaighofer committed Mar 28, 2018
1 parent f8681d5 commit 8250650
Showing 1 changed file with 4 additions and 44 deletions.
48 changes: 4 additions & 44 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1604,68 +1604,28 @@
"project": "ReSwift.xcodeproj",
"scheme": "ReSwift-iOS",
"destination": "generic/platform=iOS",
"configuration": "Release",
"xfail": {
"compatibility": {
"3.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-7287",
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-7287"
}
}
}
}
"configuration": "Release"
},
{
"action": "BuildXcodeProjectScheme",
"project": "ReSwift.xcodeproj",
"scheme": "ReSwift-macOS",
"destination": "generic/platform=macOS",
"configuration": "Release",
"xfail": {
"compatibility": {
"3.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-7287",
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-7287"
}
}
}
}
"configuration": "Release"
},
{
"action": "BuildXcodeProjectScheme",
"project": "ReSwift.xcodeproj",
"scheme": "ReSwift-tvOS",
"destination": "generic/platform=tvOS",
"configuration": "Release",
"xfail": {
"compatibility": {
"3.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-7287",
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-7287"
}
}
}
}
"configuration": "Release"
},
{
"action": "BuildXcodeProjectScheme",
"project": "ReSwift.xcodeproj",
"scheme": "ReSwift-watchOS",
"destination": "generic/platform=watchOS",
"configuration": "Release",
"xfail": {
"compatibility": {
"3.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-7287",
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-7287"
}
}
}
}
"configuration": "Release"
}
]
},
Expand Down

0 comments on commit 8250650

Please sign in to comment.