Skip to content

Commit 3d4573f

Browse files
authored
Update the Surge schemes for iOS, tvOS, watchOS, and macOS
1 parent f6ead34 commit 3d4573f

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

projects.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)