Skip to content

Commit 2708793

Browse files
authored
fix: bump iOS version to 15 (#33)
1 parent 108faa6 commit 2708793

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/CapacitorPluginTools/PackageFileGenerator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class PackageFileGenerator {
1414
1515
let package = Package(
1616
name: "\(packageName)",
17-
platforms: [.iOS(.v14)],
17+
platforms: [.iOS(.v15)],
1818
products: [
1919
.library(
2020
name: "\(packageName)",

Tests/CapacitorPluginToolsTests/PackageFileGenerator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct PackageFileGeneratorTests {
2020
2121
let package = Package(
2222
name: "CapacitorAppPlugin",
23-
platforms: [.iOS(.v14)],
23+
platforms: [.iOS(.v15)],
2424
products: [
2525
.library(
2626
name: "CapacitorAppPlugin",

0 commit comments

Comments
 (0)