Skip to content

Commit 445d90f

Browse files
committed
Merge branch 'master' of https://github.com/jamiepinkham/swift-source-compat-suite into jamiepinkham-master
2 parents c58ba81 + 29f31c6 commit 445d90f

File tree

1 file changed

+122
-0
lines changed

1 file changed

+122
-0
lines changed

projects.json

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1846,5 +1846,127 @@
18461846
"configuration": "Release"
18471847
}
18481848
]
1849+
},
1850+
{
1851+
"repository": "Git",
1852+
"url": "https://github.com/ReactiveX/RxSwift.git",
1853+
"path": "RxSwift",
1854+
"branch": "master",
1855+
"maintainer": "[email protected]",
1856+
"compatibility": {
1857+
"3.1": {
1858+
"commit": "102424379fb8d6c69b33b95c67504679042f44cc"
1859+
}
1860+
},
1861+
"platforms": [
1862+
"Darwin"
1863+
],
1864+
"actions": [
1865+
{
1866+
"action": "BuildXcodeWorkspaceScheme",
1867+
"workspace": "Rx.xcworkspace",
1868+
"scheme": "RxSwift-macOS",
1869+
"destination": "platform=macOS",
1870+
"configuration": "Release"
1871+
},
1872+
{
1873+
"action": "BuildXcodeWorkspaceScheme",
1874+
"workspace": "Rx.xcworkspace",
1875+
"scheme": "RxSwift-iOS",
1876+
"destination": "generic/platform=iOS",
1877+
"configuration": "Release"
1878+
},
1879+
{
1880+
"action": "BuildXcodeWorkspaceScheme",
1881+
"workspace": "Rx.xcworkspace",
1882+
"scheme": "RxSwift-tvOS",
1883+
"destination": "generic/platform=tvOS",
1884+
"configuration": "Release"
1885+
},
1886+
{
1887+
"action": "BuildXcodeWorkspaceScheme",
1888+
"workspace": "Rx.xcworkspace",
1889+
"scheme": "RxSwift-watchOS",
1890+
"destination": "generic/platform=watchOS",
1891+
"configuration": "Release"
1892+
},
1893+
{
1894+
"action": "BuildXcodeWorkspaceScheme",
1895+
"workspace": "Rx.xcworkspace",
1896+
"scheme": "RxCocoa-macOS",
1897+
"destination": "platform=macOS",
1898+
"configuration": "Release"
1899+
},
1900+
{
1901+
"action": "BuildXcodeWorkspaceScheme",
1902+
"workspace": "Rx.xcworkspace",
1903+
"scheme": "RxCocoa-iOS",
1904+
"destination": "generic/platform=iOS",
1905+
"configuration": "Release"
1906+
},
1907+
{
1908+
"action": "BuildXcodeWorkspaceScheme",
1909+
"workspace": "Rx.xcworkspace",
1910+
"scheme": "RxCocoa-tvOS",
1911+
"destination": "generic/platform=tvOS",
1912+
"configuration": "Release"
1913+
},
1914+
{
1915+
"action": "BuildXcodeWorkspaceScheme",
1916+
"workspace": "Rx.xcworkspace",
1917+
"scheme": "RxCocoa-watchOS",
1918+
"destination": "generic/platform=watchOS",
1919+
"configuration": "Release"
1920+
},
1921+
{
1922+
"action": "BuildXcodeWorkspaceScheme",
1923+
"workspace": "Rx.xcworkspace",
1924+
"scheme": "RxBlocking-macOS",
1925+
"destination": "platform=macOS",
1926+
"configuration": "Release"
1927+
},
1928+
{
1929+
"action": "BuildXcodeWorkspaceScheme",
1930+
"workspace": "Rx.xcworkspace",
1931+
"scheme": "RxBlocking-iOS",
1932+
"destination": "generic/platform=iOS",
1933+
"configuration": "Release"
1934+
},
1935+
{
1936+
"action": "BuildXcodeWorkspaceScheme",
1937+
"workspace": "Rx.xcworkspace",
1938+
"scheme": "RxBlocking-tvOS",
1939+
"destination": "generic/platform=tvOS",
1940+
"configuration": "Release"
1941+
},
1942+
{
1943+
"action": "BuildXcodeWorkspaceScheme",
1944+
"workspace": "Rx.xcworkspace",
1945+
"scheme": "RxBlocking-watchOS",
1946+
"destination": "generic/platform=watchOS",
1947+
"configuration": "Release"
1948+
},
1949+
{
1950+
"action": "BuildXcodeWorkspaceScheme",
1951+
"workspace": "Rx.xcworkspace",
1952+
"scheme": "RxTests-macOS",
1953+
"destination": "platform=macOS",
1954+
"configuration": "Release"
1955+
},
1956+
{
1957+
"action": "BuildXcodeWorkspaceScheme",
1958+
"workspace": "Rx.xcworkspace",
1959+
"scheme": "RxTests-iOS",
1960+
"destination": "generic/platform=iOS",
1961+
"configuration": "Release"
1962+
},
1963+
{
1964+
"action": "BuildXcodeWorkspaceScheme",
1965+
"workspace": "Rx.xcworkspace",
1966+
"scheme": "RxTests-tvOS",
1967+
"destination": "generic/platform=tvOS",
1968+
"configuration": "Release"
1969+
}
1970+
]
18491971
}
18501972
]

0 commit comments

Comments
 (0)