Skip to content

Commit 59de964

Browse files
committed
re-enable Kickstarter-ReactiveExtensions
It passes in release mode
1 parent c8a451a commit 59de964

File tree

1 file changed

+4
-48
lines changed

1 file changed

+4
-48
lines changed

projects.json

Lines changed: 4 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -497,72 +497,28 @@
497497
"project": "ReactiveExtensions.xcodeproj",
498498
"scheme": "ReactiveExtensions-iOS",
499499
"destination": "generic/platform=iOS",
500-
"configuration": "Release",
501-
"xfail": {
502-
"compatibility": {
503-
"3.0": {
504-
"branch": {
505-
"master": "<rdar://problem/30788078>",
506-
"swift-4.0-branch": "<rdar://problem/30788078>",
507-
"swift-3.1-branch": "<rdar://problem/30788078>"
508-
}
509-
}
510-
}
511-
}
500+
"configuration": "Release"
512501
},
513502
{
514503
"action": "BuildXcodeProjectScheme",
515504
"project": "ReactiveExtensions.xcodeproj",
516505
"scheme": "ReactiveExtensions-TestHelpers-iOS",
517506
"destination": "generic/platform=iOS",
518-
"configuration": "Release",
519-
"xfail": {
520-
"compatibility": {
521-
"3.0": {
522-
"branch": {
523-
"master": "<rdar://problem/30788078>",
524-
"swift-4.0-branch": "<rdar://problem/30788078>",
525-
"swift-3.1-branch": "<rdar://problem/30788078>"
526-
}
527-
}
528-
}
529-
}
507+
"configuration": "Release"
530508
},
531509
{
532510
"action": "BuildXcodeProjectScheme",
533511
"project": "ReactiveExtensions.xcodeproj",
534512
"scheme": "ReactiveExtensions-TestHelpers-tvOS",
535513
"destination": "generic/platform=tvOS",
536-
"configuration": "Release",
537-
"xfail": {
538-
"compatibility": {
539-
"3.0": {
540-
"branch": {
541-
"master": "<rdar://problem/30788078>",
542-
"swift-4.0-branch": "<rdar://problem/30788078>",
543-
"swift-3.1-branch": "<rdar://problem/30788078>"
544-
}
545-
}
546-
}
547-
}
514+
"configuration": "Release"
548515
},
549516
{
550517
"action": "BuildXcodeProjectScheme",
551518
"project": "ReactiveExtensions.xcodeproj",
552519
"scheme": "ReactiveExtensions-tvOS",
553520
"destination": "generic/platform=tvOS",
554-
"configuration": "Release",
555-
"xfail": {
556-
"compatibility": {
557-
"3.0": {
558-
"branch": {
559-
"master": "<rdar://problem/30788078>",
560-
"swift-4.0-branch": "<rdar://problem/30788078>",
561-
"swift-3.1-branch": "<rdar://problem/30788078>"
562-
}
563-
}
564-
}
565-
}
521+
"configuration": "Release"
566522
}
567523
]
568524
},

0 commit comments

Comments
 (0)