Skip to content

Commit 9a16ca0

Browse files
Dmytro Kellerdmytrokellerglia
authored andcommitted
chore: updated iOS Widget SDK to 3.3.1 for SPM
1 parent 5884f1e commit 9a16ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ import PackageDescription
33

44
let package = Package(
55
name: "GliaWidgetsIonic",
6-
platforms: [.iOS(.v14)],
6+
platforms: [.iOS("15.5")],
77
products: [
88
.library(
99
name: "GliaWidgetsIonic",
1010
targets: ["GliaSdkPlugin"])
1111
],
1212
dependencies: [
1313
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main"),
14-
.package(url: "https://github.com/salemove/ios-sdk-widgets", exact: "3.3.0")
14+
.package(url: "https://github.com/salemove/ios-sdk-widgets", exact: "3.3.1")
1515
],
1616
targets: [
1717
.target(

0 commit comments

Comments
 (0)