17 lines
356 B
YAML
17 lines
356 B
YAML
author: 'Y Media Labs'
|
|
author_url: https://yml.co
|
|
min_acl: public
|
|
hide_documentation_coverage: false
|
|
theme: fullwidth
|
|
output: ./docs
|
|
documentation: ./*.md
|
|
swift_build_tool: xcodebuild
|
|
module: YComponentBrowser
|
|
xcodebuild_arguments:
|
|
- -scheme
|
|
- YComponentBrowser
|
|
- -sdk
|
|
- iphonesimulator
|
|
- -destination
|
|
- 'platform=iOS Simulator,name=iPhone 13'
|