Skip to content

Commit ec9e359

Browse files
kkilchristclaude
andcommitted
fix: Add iOS platform to Package.swift
Add iOS 15.0 minimum deployment target to support iOS builds. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 96af331 commit ec9e359

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
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "CodeEditLanguages",
8-
platforms: [.macOS(.v13)],
8+
platforms: [.macOS(.v13), .iOS(.v15)],
99
products: [
1010
.library(
1111
name: "CodeEditLanguages",

0 commit comments

Comments
 (0)