Skip to content

Commit 76fd1bb

Browse files
authored
Merge pull request swiftlang#217 from rudkx/update-Starscream-to-4.0
Update Starscream for 4.0 and remove the schemes that no longer exist.
2 parents b5422a8 + aab6cb2 commit 76fd1bb

File tree

1 file changed

+2
-44
lines changed

1 file changed

+2
-44
lines changed

projects.json

+2-44
Original file line numberDiff line numberDiff line change
@@ -2061,8 +2061,8 @@
20612061
"maintainer": "[email protected]",
20622062
"compatibility": [
20632063
{
2064-
"version": "3.0",
2065-
"commit": "13859364e33368687a5ee0c9cc0d5782e4212b66"
2064+
"version": "4.0",
2065+
"commit": "114e5df9b6251970a069e8f1c0cbb5802759f0a9"
20662066
}
20672067
],
20682068
"platforms": [
@@ -2076,61 +2076,19 @@
20762076
"destination": "generic/platform=iOS",
20772077
"configuration": "Release"
20782078
},
2079-
{
2080-
"action": "BuildXcodeProjectScheme",
2081-
"project": "examples/AutobahnTest/Autobahn.xcodeproj",
2082-
"scheme": "StarscreamOSX",
2083-
"destination": "generic/platform=macOS",
2084-
"configuration": "Release"
2085-
},
2086-
{
2087-
"action": "BuildXcodeProjectScheme",
2088-
"project": "examples/AutobahnTest/Autobahn.xcodeproj",
2089-
"scheme": "StarscreamTv",
2090-
"destination": "generic/platform=tvOS",
2091-
"configuration": "Release"
2092-
},
20932079
{
20942080
"action": "BuildXcodeProjectScheme",
20952081
"project": "examples/SimpleTest/SimpleTest.xcodeproj",
20962082
"scheme": "Starscream",
20972083
"destination": "generic/platform=iOS",
20982084
"configuration": "Release"
20992085
},
2100-
{
2101-
"action": "BuildXcodeProjectScheme",
2102-
"project": "examples/SimpleTest/SimpleTest.xcodeproj",
2103-
"scheme": "StarscreamOSX",
2104-
"destination": "generic/platform=macOS",
2105-
"configuration": "Release"
2106-
},
2107-
{
2108-
"action": "BuildXcodeProjectScheme",
2109-
"project": "examples/SimpleTest/SimpleTest.xcodeproj",
2110-
"scheme": "StarscreamTv",
2111-
"destination": "generic/platform=tvOS",
2112-
"configuration": "Release"
2113-
},
21142086
{
21152087
"action": "BuildXcodeProjectScheme",
21162088
"project": "Starscream.xcodeproj",
21172089
"scheme": "Starscream",
21182090
"destination": "generic/platform=iOS",
21192091
"configuration": "Release"
2120-
},
2121-
{
2122-
"action": "BuildXcodeProjectScheme",
2123-
"project": "Starscream.xcodeproj",
2124-
"scheme": "StarscreamOSX",
2125-
"destination": "generic/platform=macOS",
2126-
"configuration": "Release"
2127-
},
2128-
{
2129-
"action": "BuildXcodeProjectScheme",
2130-
"project": "Starscream.xcodeproj",
2131-
"scheme": "StarscreamTv",
2132-
"destination": "generic/platform=tvOS",
2133-
"configuration": "Release"
21342092
}
21352093
]
21362094
},

0 commit comments

Comments
 (0)