Skip to content

Commit acc323c

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#401 from DeclarativeHub/add-reactivekit-and-bond
Add ReactiveKit
2 parents 33b2b52 + 74cba79 commit acc323c

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

projects.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,6 +1980,66 @@
19801980
}
19811981
]
19821982
},
1983+
{
1984+
"repository": "Git",
1985+
"url": "https://github.com/DeclarativeHub/ReactiveKit.git",
1986+
"path": "ReactiveKit",
1987+
"branch": "master",
1988+
"compatibility": [
1989+
{
1990+
"version": "5.1",
1991+
"commit": "f1fddaecf532745a3b4d34793cb2763f42de3b60"
1992+
}
1993+
],
1994+
"platforms": [
1995+
"Darwin",
1996+
"Linux"
1997+
],
1998+
"maintainer": "[email protected]",
1999+
"actions": [
2000+
{
2001+
"action": "BuildXcodeWorkspaceScheme",
2002+
"workspace": "ReactiveKit.xcworkspace",
2003+
"scheme": "ReactiveKit-macOS",
2004+
"destination": "generic/platform=macOS",
2005+
"configuration": "Release"
2006+
},
2007+
{
2008+
"action": "BuildXcodeWorkspaceScheme",
2009+
"workspace": "ReactiveKit.xcworkspace",
2010+
"scheme": "ReactiveKit-iOS",
2011+
"destination": "generic/platform=iOS",
2012+
"configuration": "Release"
2013+
},
2014+
{
2015+
"action": "BuildXcodeWorkspaceScheme",
2016+
"workspace": "ReactiveKit.xcworkspace",
2017+
"scheme": "ReactiveKit-tvOS",
2018+
"destination": "generic/platform=tvOS",
2019+
"configuration": "Release"
2020+
},
2021+
{
2022+
"action": "BuildXcodeWorkspaceScheme",
2023+
"workspace": "ReactiveKit.xcworkspace",
2024+
"scheme": "ReactiveKit-watchOS",
2025+
"destination": "generic/platform=watchOS",
2026+
"configuration": "Release"
2027+
},
2028+
{
2029+
"action": "TestXcodeWorkspaceScheme",
2030+
"workspace": "ReactiveKit.xcworkspace",
2031+
"scheme": "ReactiveKit-iOS",
2032+
"destination": "platform=iOS Simulator,name=iPhone 11"
2033+
},
2034+
{
2035+
"action": "BuildSwiftPackage",
2036+
"configuration": "release"
2037+
},
2038+
{
2039+
"action": "TestSwiftPackage"
2040+
}
2041+
]
2042+
},
19832043
{
19842044
"repository": "Git",
19852045
"url": "https://github.com/ReactiveCocoa/ReactiveSwift.git",

0 commit comments

Comments
 (0)