Skip to content

Commit 65c16b8

Browse files
authoredMar 11, 2025··
Merge pull request #80 from featurevisor/tech_update_min_macos_supported_version
feat: update min macOS supported version to v11
2 parents 582445a + 610bb41 commit 65c16b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "FeaturevisorSDK",
8-
platforms: [.iOS(.v13), .tvOS(.v13), .macOS(.v10_15), .watchOS(.v6), .macCatalyst(.v13), .visionOS(.v1)],
8+
platforms: [.iOS(.v13), .tvOS(.v13), .macOS(.v11), .watchOS(.v6), .macCatalyst(.v13), .visionOS(.v1)],
99
products: [
1010
// Products define the executables and libraries produced by a package, and make them visible to other packages.
1111
.library(

0 commit comments

Comments
 (0)