Skip to content

Commit 65f9359

Browse files
committed
Update minimum macOS version
1 parent f0bf6d7 commit 65f9359

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Demo/Package.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "SwiftAndroidApp",
66
platforms: [
7-
.macOS(.v13),
8-
.iOS(.v13),
9-
.tvOS(.v13),
10-
.watchOS(.v6),
11-
.macCatalyst(.v13),
7+
.macOS(.v15),
128
],
139
products: [
1410
.library(

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let ndkBinder = sdkVersion >= 29 // binder_ndk Requires API 29
1919
var package = Package(
2020
name: "SwiftAndroid",
2121
platforms: [
22-
.macOS(.v10_15)
22+
.macOS(.v15)
2323
],
2424
products: [
2525
.library(

0 commit comments

Comments
 (0)