Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 3a74430

Browse files
fix typo in the help overview
1 parent a8376e9 commit 3a74430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CreateXCFramework/Command.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct Command: ParsableCommand {
2323
"""
2424
Note that Swift Binary Frameworks (XCFramework) support is only available in Swift 5.1
2525
or newer, and so it is only supported by recent versions of Xcode and the *OS SDKs. Likewise,
26-
only Apple pplatforms are supported.
26+
only Apple platforms are supported.
2727
2828
Supported platforms: \(TargetPlatform.allCases.map({ $0.rawValue }).joined(separator: ", "))
2929
""",

0 commit comments

Comments
 (0)