Skip to content

Commit ada9fe3

Browse files
authored
Merge pull request swiftlang#112 from apple/SR-4981
Resolve SR-4981
2 parents 4ebba9d + 214e1cb commit ada9fe3

File tree

1 file changed

+7
-62
lines changed

1 file changed

+7
-62
lines changed

projects.json

+7-62
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@
335335
"branch": "master",
336336
"maintainer": "rommel.estropia@gmail.com",
337337
"compatibility": {
338-
"3.1": {
339-
"commit": "42c28b064ad87ef783dccdeea7c518f6a0ae3b9d"
338+
"3.2": {
339+
"commit": "305e2b61a000753b6f1aff7f3f6485a88b3ff4e7"
340340
}
341341
},
342342
"platforms": [
@@ -348,90 +348,35 @@
348348
"workspace": "CoreStore.xcworkspace",
349349
"scheme": "CoreStore iOS",
350350
"destination": "generic/platform=iOS",
351-
"configuration": "Release",
352-
"xfail": {
353-
"compatibility": {
354-
"3.1": {
355-
"branch": {
356-
"master": "https://bugs.swift.org/browse/SR-4981",
357-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-4981",
358-
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4981"
359-
}
360-
}
361-
}
362-
}
351+
"configuration": "Release"
363352
},
364353
{
365354
"action": "BuildXcodeWorkspaceScheme",
366355
"workspace": "CoreStore.xcworkspace",
367356
"scheme": "CoreStore OSX",
368357
"destination": "generic/platform=macOS",
369-
"configuration": "Release",
370-
"xfail": {
371-
"compatibility": {
372-
"3.1": {
373-
"branch": {
374-
"master": "https://bugs.swift.org/browse/SR-4981",
375-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-4981",
376-
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4981"
377-
}
378-
}
379-
}
380-
}
358+
"configuration": "Release"
381359
},
382360
{
383361
"action": "BuildXcodeWorkspaceScheme",
384362
"workspace": "CoreStore.xcworkspace",
385363
"scheme": "CoreStore tvOS",
386364
"destination": "generic/platform=tvOS",
387-
"configuration": "Release",
388-
"xfail": {
389-
"compatibility": {
390-
"3.1": {
391-
"branch": {
392-
"master": "https://bugs.swift.org/browse/SR-4981",
393-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-4981",
394-
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4981"
395-
}
396-
}
397-
}
398-
}
365+
"configuration": "Release"
399366
},
400367
{
401368
"action": "BuildXcodeWorkspaceScheme",
402369
"workspace": "CoreStore.xcworkspace",
403370
"scheme": "CoreStore watchOS",
404371
"destination": "generic/platform=watchOS",
405-
"configuration": "Release",
406-
"xfail": {
407-
"compatibility": {
408-
"3.1": {
409-
"branch": {
410-
"master": "https://bugs.swift.org/browse/SR-4981",
411-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-4981",
412-
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4981"
413-
}
414-
}
415-
}
416-
}
372+
"configuration": "Release"
417373
},
418374
{
419375
"action": "BuildXcodeWorkspaceScheme",
420376
"workspace": "CoreStore.xcworkspace",
421377
"scheme": "CoreStoreDemo",
422378
"destination": "generic/platform=iOS",
423-
"configuration": "Release",
424-
"xfail": {
425-
"compatibility": {
426-
"3.1": {
427-
"branch": {
428-
"master": "https://bugs.swift.org/browse/SR-4981",
429-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-4981",
430-
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4981"
431-
}
432-
}
433-
}
434-
}
379+
"configuration": "Release"
435380
},
436381
{
437382
"action": "TestXcodeWorkspaceScheme",

0 commit comments

Comments
 (0)