Skip to content

Commit aab6cb2

Browse files
committed
Update Starscream for 4.0 and remove the schemes that no longer exist.
1 parent d39a479 commit aab6cb2

File tree

1 file changed

+2
-44
lines changed

1 file changed

+2
-44
lines changed

projects.json

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,8 +2081,8 @@
20812081
"maintainer": "[email protected]",
20822082
"compatibility": [
20832083
{
2084-
"version": "3.0",
2085-
"commit": "13859364e33368687a5ee0c9cc0d5782e4212b66"
2084+
"version": "4.0",
2085+
"commit": "114e5df9b6251970a069e8f1c0cbb5802759f0a9"
20862086
}
20872087
],
20882088
"platforms": [
@@ -2096,61 +2096,19 @@
20962096
"destination": "generic/platform=iOS",
20972097
"configuration": "Release"
20982098
},
2099-
{
2100-
"action": "BuildXcodeProjectScheme",
2101-
"project": "examples/AutobahnTest/Autobahn.xcodeproj",
2102-
"scheme": "StarscreamOSX",
2103-
"destination": "generic/platform=macOS",
2104-
"configuration": "Release"
2105-
},
2106-
{
2107-
"action": "BuildXcodeProjectScheme",
2108-
"project": "examples/AutobahnTest/Autobahn.xcodeproj",
2109-
"scheme": "StarscreamTv",
2110-
"destination": "generic/platform=tvOS",
2111-
"configuration": "Release"
2112-
},
21132099
{
21142100
"action": "BuildXcodeProjectScheme",
21152101
"project": "examples/SimpleTest/SimpleTest.xcodeproj",
21162102
"scheme": "Starscream",
21172103
"destination": "generic/platform=iOS",
21182104
"configuration": "Release"
21192105
},
2120-
{
2121-
"action": "BuildXcodeProjectScheme",
2122-
"project": "examples/SimpleTest/SimpleTest.xcodeproj",
2123-
"scheme": "StarscreamOSX",
2124-
"destination": "generic/platform=macOS",
2125-
"configuration": "Release"
2126-
},
2127-
{
2128-
"action": "BuildXcodeProjectScheme",
2129-
"project": "examples/SimpleTest/SimpleTest.xcodeproj",
2130-
"scheme": "StarscreamTv",
2131-
"destination": "generic/platform=tvOS",
2132-
"configuration": "Release"
2133-
},
21342106
{
21352107
"action": "BuildXcodeProjectScheme",
21362108
"project": "Starscream.xcodeproj",
21372109
"scheme": "Starscream",
21382110
"destination": "generic/platform=iOS",
21392111
"configuration": "Release"
2140-
},
2141-
{
2142-
"action": "BuildXcodeProjectScheme",
2143-
"project": "Starscream.xcodeproj",
2144-
"scheme": "StarscreamOSX",
2145-
"destination": "generic/platform=macOS",
2146-
"configuration": "Release"
2147-
},
2148-
{
2149-
"action": "BuildXcodeProjectScheme",
2150-
"project": "Starscream.xcodeproj",
2151-
"scheme": "StarscreamTv",
2152-
"destination": "generic/platform=tvOS",
2153-
"configuration": "Release"
21542112
}
21552113
]
21562114
},

0 commit comments

Comments
 (0)