Skip to content

Commit ace4312

Browse files
chore: update deployment target version on Package.swift
1 parent 78f0725 commit ace4312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-app-spm/ios/App/CapApp-SPM/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
// DO NOT MODIFY THIS FILE - managed by Capacitor CLI commands
55
let package = Package(
66
name: "CapApp-SPM",
7-
platforms: [.iOS(.v14)],
7+
platforms: [.iOS(.v15)],
88
products: [
99
.library(
1010
name: "CapApp-SPM",

0 commit comments

Comments
 (0)