azure-sdk-for-ios/jazzy/AzureIdentity.yml

25 строки
591 B
YAML

author: Microsoft
author_url: https://azure.github.io/azure-sdk/
github_url: https://github.com/Azure/azure-sdk-for-ios
module: AzureIdentity
module_version: 1.0.0-beta.11
readme: ../sdk/identity/AzureIdentity/README.md
skip_undocumented: false
hide_unlisted_documentation: false
theme: fullwidth
output: ../build/jazzy/AzureIdentity
clean: true
sdk: iphonesimulator
xcodebuild_arguments:
- "-workspace"
- "AzureSDK.xcworkspace"
- "-scheme"
- "AzureIdentity"
- "-sdk"
- "iphonesimulator"
- "-arch"
- "x86_64"
exclude:
- "*/Source/ObjectiveCCompatibility/*"
- "*/Tests/*"