mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-25 06:40:26 +00:00
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:
@@ -5,7 +5,7 @@ import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "EmbeddedElementCall",
|
||||
platforms: [.iOS(.v17_6)],
|
||||
platforms: [.iOS(.v17)],
|
||||
products: [
|
||||
.library(
|
||||
name: "EmbeddedElementCall",
|
||||
|
||||
Reference in New Issue
Block a user