MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
521 stars 83 forks source link

Fix markdown highlighting in xcschemes.diagnostics descriptions #3008

Closed ohitsdaniel closed 5 months ago

ohitsdaniel commented 5 months ago

While going through the documentation, I noticed two missing ` characters. This pull request adds the missing ` characters and fixes the markdown highlighting for those values.

brentleyjones commented 5 months ago

You'll need to fix the source of the docs, in the code as well. This will be in xcschemes.bzl.

ohitsdaniel commented 5 months ago

Good catch. Fixed! :)