Skip to content

Comma in Xcode Build Arguments is treated as a delimeter #651

@bearclough

Description

@bearclough

When using Jazzy with the following xcodebuild-arguments

jazzy -x -scheme,TestScheme,-configuration,TestSim,-destination,'platform=iOS Simulator,name=iPhone 6,OS=10.0'

The issue is that the -destination flag is parsed as 'platform:iOS Simulator' and the rest of the destination string is passed as an xcodebuild-arguement.

I'de be happy to fix if you could point me in the right direction or I can go digging :). Or if there's an escape character that can be used that I missed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions