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

25 строки
571 B
YAML

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