Backport: Fix compilation error when trying to use SwiftPM embedded package (#3127)

* Fix iOS embedded platform version as v17

* Test SwiftPM build as part of release process
This commit is contained in:
Hugh Nimmo-Smith
2025-03-25 14:28:35 +00:00
committed by GitHub
parent 3a60cec28e
commit 82ecd9d451
2 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "EmbeddedElementCall",
platforms: [.iOS(.v17_6)],
platforms: [.iOS(.v17)],
products: [
.library(
name: "EmbeddedElementCall",