Will be good a feature where the users could choose the schemes to be generated in the xcode project.
One solution is by command line argument. For example:
swift swiftplate/main.swift # create all schemes (iOS, macOS, watchOS, tvOS)
swift swiftplate/main.swift --ios # create schemes only for iOS
swift swiftplate/main.swift --ios --tvos # create schemes only for iOS and tvOS
Will be good a feature where the users could choose the schemes to be generated in the xcode project.
One solution is by command line argument. For example: