Skip to content

Commit f1d20dd

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request #276 from apple/update-Surge
Update Surge to Swift 4
2 parents a20302c + 3d4573f commit f1d20dd

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

projects.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2302,8 +2302,8 @@
23022302
"maintainer": "[email protected]",
23032303
"compatibility": [
23042304
{
2305-
"version": "3.2",
2306-
"commit": "64d93875a2aa9391724b039867be567ead84a11a"
2305+
"version": "4.2",
2306+
"commit": "38a328eefe5ffef13d28dcb2804d2772aecf6107"
23072307
}
23082308
],
23092309
"platforms": [
@@ -2313,10 +2313,34 @@
23132313
{
23142314
"action": "BuildXcodeProjectScheme",
23152315
"project": "Surge.xcodeproj",
2316-
"scheme": "Surge",
2316+
"scheme": "Surge-iOS",
23172317
"destination": "generic/platform=iOS",
23182318
"configuration": "Release",
23192319
"tags": "sourcekit sourcekit-smoke"
2320+
},
2321+
{
2322+
"action": "BuildXcodeProjectScheme",
2323+
"project": "Surge.xcodeproj",
2324+
"scheme": "Surge-macOS",
2325+
"destination": "generic/platform=macOS",
2326+
"configuration": "Release",
2327+
"tags": "sourcekit sourcekit-smoke"
2328+
},
2329+
{
2330+
"action": "BuildXcodeProjectScheme",
2331+
"project": "Surge.xcodeproj",
2332+
"scheme": "Surge-tvOS",
2333+
"destination": "generic/platform=tvOS",
2334+
"configuration": "Release",
2335+
"tags": "sourcekit sourcekit-smoke"
2336+
},
2337+
{
2338+
"action": "BuildXcodeProjectScheme",
2339+
"project": "Surge.xcodeproj",
2340+
"scheme": "Surge-watchOS",
2341+
"destination": "generic/platform=watchOS",
2342+
"configuration": "Release",
2343+
"tags": "sourcekit sourcekit-smoke"
23202344
}
23212345
]
23222346
},

0 commit comments

Comments
 (0)