Skip to content

Commit 5f3c7cf

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#190 from apple/proc-kit-xfail-remove
Remove 3.1 configuration of ProcedureKit
2 parents d34868b + e7d4e6e commit 5f3c7cf

1 file changed

Lines changed: 4 additions & 64 deletions

File tree

projects.json

Lines changed: 4 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,10 +1385,6 @@
13851385
{
13861386
"version": "3.0",
13871387
"commit": "d6389ea98ec2e0d17ab368f40045bfe48622ac67"
1388-
},
1389-
{
1390-
"version": "3.1",
1391-
"commit": "46bdfdf2910acc84e58ed686df14a46a5cbc61f4"
13921388
}
13931389
],
13941390
"platforms": [
@@ -1400,76 +1396,28 @@
14001396
"project": "ProcedureKit.xcodeproj",
14011397
"target": "ProcedureKit",
14021398
"destination": "platform=macOS",
1403-
"configuration": "Release",
1404-
"xfail": {
1405-
"compatibility": {
1406-
"3.1": {
1407-
"branch": {
1408-
"master": "https://bugs.swift.org/browse/SR-6618",
1409-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6618",
1410-
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6618",
1411-
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-6618"
1412-
}
1413-
}
1414-
}
1415-
}
1399+
"configuration": "Release"
14161400
},
14171401
{
14181402
"action": "BuildXcodeProjectTarget",
14191403
"project": "ProcedureKit.xcodeproj",
14201404
"target": "ProcedureKit",
14211405
"destination": "generic/platform=iOS",
1422-
"configuration": "Release",
1423-
"xfail": {
1424-
"compatibility": {
1425-
"3.1": {
1426-
"branch": {
1427-
"master": "https://bugs.swift.org/browse/SR-6618",
1428-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6618",
1429-
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6618",
1430-
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-6618"
1431-
}
1432-
}
1433-
}
1434-
}
1406+
"configuration": "Release"
14351407
},
14361408
{
14371409
"action": "BuildXcodeProjectTarget",
14381410
"project": "ProcedureKit.xcodeproj",
14391411
"target": "ProcedureKit",
14401412
"destination": "generic/platform=watchOS",
1441-
"configuration": "Release",
1442-
"xfail": {
1443-
"compatibility": {
1444-
"3.1": {
1445-
"branch": {
1446-
"master": "https://bugs.swift.org/browse/SR-6618",
1447-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6618",
1448-
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6618",
1449-
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-6618"
1450-
}
1451-
}
1452-
}
1453-
}
1413+
"configuration": "Release"
14541414
},
14551415
{
14561416
"action": "BuildXcodeProjectTarget",
14571417
"project": "ProcedureKit.xcodeproj",
14581418
"target": "ProcedureKit",
14591419
"destination": "generic/platform=tvOS",
1460-
"configuration": "Release",
1461-
"xfail": {
1462-
"compatibility": {
1463-
"3.1": {
1464-
"branch": {
1465-
"master": "https://bugs.swift.org/browse/SR-6618",
1466-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6618",
1467-
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6618",
1468-
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-6618"
1469-
}
1470-
}
1471-
}
1472-
}
1420+
"configuration": "Release"
14731421
},
14741422
{
14751423
"action": "BuildXcodeProjectTarget",
@@ -1483,14 +1431,6 @@
14831431
"branch": {
14841432
"swift-4.0-branch": "rdar://35814436"
14851433
}
1486-
},
1487-
"3.1": {
1488-
"branch": {
1489-
"master": "https://bugs.swift.org/browse/SR-6618",
1490-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6618",
1491-
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6618",
1492-
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-6618"
1493-
}
14941434
}
14951435
}
14961436
}

0 commit comments

Comments
 (0)