Skip to content

Commit

Permalink
Only support Swift 6 in example app
Browse files Browse the repository at this point in the history
We want to unlock Swift 6 features in the example app, the same way that
2cbf8dd did so for the SDK.

It might be worth having some other small project that verifies that the
SDK can be used by a project that targets Swift 5, but I don’t think
this should be the example app, whose code should look modern and shiny.
Created #57 to look into this sometime.
  • Loading branch information
lawrence-forooghian committed Sep 18, 2024
1 parent 792472f commit f7b6780
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/BuildTool/BuildTool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ struct GenerateMatrices: ParsableCommand {

mutating func run() throws {
let tooling = [
[
"xcodeVersion": "16",
"swiftVersion": 5,
],
[
"xcodeVersion": "16",
"swiftVersion": 6,
Expand Down

0 comments on commit f7b6780

Please sign in to comment.