|
1604 | 1604 | "project": "ReSwift.xcodeproj",
|
1605 | 1605 | "scheme": "ReSwift-iOS",
|
1606 | 1606 | "destination": "generic/platform=iOS",
|
1607 |
| - "configuration": "Release" |
| 1607 | + "configuration": "Release", |
| 1608 | + "xfail": { |
| 1609 | + "compatibility": { |
| 1610 | + "3.0": { |
| 1611 | + "branch": { |
| 1612 | + "master": "https://bugs.swift.org/browse/SR-7287", |
| 1613 | + "swift-4.2-branch": "https://bugs.swift.org/browse/SR-7287" |
| 1614 | + } |
| 1615 | + } |
| 1616 | + } |
| 1617 | + } |
1608 | 1618 | },
|
1609 | 1619 | {
|
1610 | 1620 | "action": "BuildXcodeProjectScheme",
|
1611 | 1621 | "project": "ReSwift.xcodeproj",
|
1612 | 1622 | "scheme": "ReSwift-macOS",
|
1613 | 1623 | "destination": "generic/platform=macOS",
|
1614 |
| - "configuration": "Release" |
| 1624 | + "configuration": "Release", |
| 1625 | + "xfail": { |
| 1626 | + "compatibility": { |
| 1627 | + "3.0": { |
| 1628 | + "branch": { |
| 1629 | + "master": "https://bugs.swift.org/browse/SR-7287", |
| 1630 | + "swift-4.2-branch": "https://bugs.swift.org/browse/SR-7287" |
| 1631 | + } |
| 1632 | + } |
| 1633 | + } |
| 1634 | + } |
1615 | 1635 | },
|
1616 | 1636 | {
|
1617 | 1637 | "action": "BuildXcodeProjectScheme",
|
1618 | 1638 | "project": "ReSwift.xcodeproj",
|
1619 | 1639 | "scheme": "ReSwift-tvOS",
|
1620 | 1640 | "destination": "generic/platform=tvOS",
|
1621 |
| - "configuration": "Release" |
| 1641 | + "configuration": "Release", |
| 1642 | + "xfail": { |
| 1643 | + "compatibility": { |
| 1644 | + "3.0": { |
| 1645 | + "branch": { |
| 1646 | + "master": "https://bugs.swift.org/browse/SR-7287", |
| 1647 | + "swift-4.2-branch": "https://bugs.swift.org/browse/SR-7287" |
| 1648 | + } |
| 1649 | + } |
| 1650 | + } |
| 1651 | + } |
1622 | 1652 | },
|
1623 | 1653 | {
|
1624 | 1654 | "action": "BuildXcodeProjectScheme",
|
1625 | 1655 | "project": "ReSwift.xcodeproj",
|
1626 | 1656 | "scheme": "ReSwift-watchOS",
|
1627 | 1657 | "destination": "generic/platform=watchOS",
|
1628 |
| - "configuration": "Release" |
| 1658 | + "configuration": "Release", |
| 1659 | + "xfail": { |
| 1660 | + "compatibility": { |
| 1661 | + "3.0": { |
| 1662 | + "branch": { |
| 1663 | + "master": "https://bugs.swift.org/browse/SR-7287", |
| 1664 | + "swift-4.2-branch": "https://bugs.swift.org/browse/SR-7287" |
| 1665 | + } |
| 1666 | + } |
| 1667 | + } |
| 1668 | + } |
1629 | 1669 | }
|
1630 | 1670 | ]
|
1631 | 1671 | },
|
|
0 commit comments