From 3a74430ee257fc206900d8d1117f3a206a48d70d Mon Sep 17 00:00:00 2001 From: Andrey Filipenkov Date: Wed, 13 Apr 2022 13:00:58 +0300 Subject: [PATCH] fix typo in the help overview --- Sources/CreateXCFramework/Command.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/CreateXCFramework/Command.swift b/Sources/CreateXCFramework/Command.swift index 6411036..82ba5fb 100644 --- a/Sources/CreateXCFramework/Command.swift +++ b/Sources/CreateXCFramework/Command.swift @@ -23,7 +23,7 @@ struct Command: ParsableCommand { """ Note that Swift Binary Frameworks (XCFramework) support is only available in Swift 5.1 or newer, and so it is only supported by recent versions of Xcode and the *OS SDKs. Likewise, - only Apple pplatforms are supported. + only Apple platforms are supported. Supported platforms: \(TargetPlatform.allCases.map({ $0.rawValue }).joined(separator: ", ")) """,