Skip to content

Commit

Permalink
Build unit tests in Swift 5 language mode
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Nov 14, 2024
1 parent 2f4d350 commit 722d045
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ var package = Package(
name: "BluetoothGAP",
package: "Bluetooth"
)
]
],
swiftSettings: [.swiftLanguageMode(.v5)]
)
]
)
Expand Down

0 comments on commit 722d045

Please sign in to comment.