Skip to content

Commit 804df08

Browse files
committed
Task.sleep(for: .seconds) requires macOS >= 13
1 parent 5c6cb78 commit 804df08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ targets += [
465465
let package = Package(
466466
name: "FlutterSwift",
467467
platforms: [
468-
.macOS(.v10_15),
468+
.macOS(.v13),
469469
.iOS(.v16),
470470
],
471471
products: [

0 commit comments

Comments
 (0)