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

25 строки
626 B
YAML

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