diff --git a/Sources/BuildScripts/XCFrameworkBuild/base.swift b/Sources/BuildScripts/XCFrameworkBuild/base.swift index 05d34bb6..3e56ee0e 100644 --- a/Sources/BuildScripts/XCFrameworkBuild/base.swift +++ b/Sources/BuildScripts/XCFrameworkBuild/base.swift @@ -1046,11 +1046,11 @@ enum PlatformType: String, CaseIterable { var minVersion: String { switch self { case .ios, .isimulator: - return "14.0" + return "15.0" case .tvos, .tvsimulator: - return "14.0" + return "15.0" case .macos: - return "11.0" + return "12.0" case .maccatalyst: // return "14.0" return "" diff --git a/docs/Package.template.swift b/docs/Package.template.swift index ac436fc1..f3bcf482 100644 --- a/docs/Package.template.swift +++ b/docs/Package.template.swift @@ -4,7 +4,7 @@ import PackageDescription let package = Package( name: "MPVKit", - platforms: [.macOS(.v11), .iOS(.v14), .tvOS(.v14), .visionOS(.v1)], + platforms: [.macOS(.v12), .iOS(.v15), .tvOS(.v15), .visionOS(.v1)], products: [ .library( name: "MPVKit",