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

Commit 08e353a

Browse files
authored
Merge pull request #62 from kambala-decapitator/patch-1
fix typo in the help overview message
2 parents 696e13a + c39bfac commit 08e353a

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)