Skip to content

Commit 0365e8d

Browse files
authored
Merge pull request swiftlang#114 from apple/SR-5265
Resolve ProcedureKit XFAIL
2 parents ada9fe3 + beda3aa commit 0365e8d

File tree

1 file changed

+6
-61
lines changed

1 file changed

+6
-61
lines changed

projects.json

+6-61
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@
11591159
"maintainer": "danthorpe@me.com",
11601160
"compatibility": {
11611161
"3.0": {
1162-
"commit": "006f9ff23448e28342a9f5d134327d58e3b4aa0d"
1162+
"commit": "d6389ea98ec2e0d17ab368f40045bfe48622ac67"
11631163
},
11641164
"3.1": {
11651165
"commit": "46bdfdf2910acc84e58ed686df14a46a5cbc61f4"
@@ -1174,90 +1174,35 @@
11741174
"project": "ProcedureKit.xcodeproj",
11751175
"target": "ProcedureKit",
11761176
"destination": "platform=macOS",
1177-
"configuration": "Release",
1178-
"xfail": {
1179-
"compatibility": {
1180-
"3.0": {
1181-
"branch": {
1182-
"master": "https://bugs.swift.org/browse/SR-5265",
1183-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-5265",
1184-
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-5265"
1185-
}
1186-
}
1187-
}
1188-
}
1177+
"configuration": "Release"
11891178
},
11901179
{
11911180
"action": "BuildXcodeProjectTarget",
11921181
"project": "ProcedureKit.xcodeproj",
11931182
"target": "ProcedureKit",
11941183
"destination": "generic/platform=iOS",
1195-
"configuration": "Release",
1196-
"xfail": {
1197-
"compatibility": {
1198-
"3.0": {
1199-
"branch": {
1200-
"master": "https://bugs.swift.org/browse/SR-5265",
1201-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-5265",
1202-
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-5265"
1203-
}
1204-
}
1205-
}
1206-
}
1184+
"configuration": "Release"
12071185
},
12081186
{
12091187
"action": "BuildXcodeProjectTarget",
12101188
"project": "ProcedureKit.xcodeproj",
12111189
"target": "ProcedureKit",
12121190
"destination": "generic/platform=watchOS",
1213-
"configuration": "Release",
1214-
"xfail": {
1215-
"compatibility": {
1216-
"3.0": {
1217-
"branch": {
1218-
"master": "https://bugs.swift.org/browse/SR-5265",
1219-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-5265",
1220-
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-5265"
1221-
}
1222-
}
1223-
}
1224-
}
1191+
"configuration": "Release"
12251192
},
12261193
{
12271194
"action": "BuildXcodeProjectTarget",
12281195
"project": "ProcedureKit.xcodeproj",
12291196
"target": "ProcedureKit",
12301197
"destination": "generic/platform=tvOS",
1231-
"configuration": "Release",
1232-
"xfail": {
1233-
"compatibility": {
1234-
"3.0": {
1235-
"branch": {
1236-
"master": "https://bugs.swift.org/browse/SR-5265",
1237-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-5265",
1238-
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-5265"
1239-
}
1240-
}
1241-
}
1242-
}
1198+
"configuration": "Release"
12431199
},
12441200
{
12451201
"action": "BuildXcodeProjectTarget",
12461202
"project": "ProcedureKit.xcodeproj",
12471203
"target": "ProcedureKitCloud",
12481204
"destination": "platform=macOS",
1249-
"configuration": "Release",
1250-
"xfail": {
1251-
"compatibility": {
1252-
"3.0": {
1253-
"branch": {
1254-
"master": "https://bugs.swift.org/browse/SR-5265",
1255-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-5265",
1256-
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-5265"
1257-
}
1258-
}
1259-
}
1260-
}
1205+
"configuration": "Release"
12611206
},
12621207
{
12631208
"action": "TestXcodeProjectTarget",

0 commit comments

Comments
 (0)