realm / jazzy

Soulful docs for Swift & Objective-C
https://realm.io
MIT License
7.35k stars 413 forks source link

Symbolgraph fixes for Xcode 13 #1273

Closed johnfairh closed 3 years ago

johnfairh commented 3 years ago

Fix some actual breakage with Xcode 13.

Prior to Swift 5.5, swift symbolgraph-extract supported longopts (--arg[=]value) as well as short opts, but this has now been deleted. Unluckily I chose to use longopts in the jazzy driver so that needs updating.