Closed totokit4 closed 2 years ago
I want to add BUILD_DIR to xcodebuild_arguments. I wrote the following in .jazzy.yml, but it doesn't work.
min_acl: public clean: true output: docs author: toto module: Sample skip_undocumented: false module_version: 1.0 theme: apple xcodebuild_arguments: - -target - Sample - ONLY_ACTIVE_ARCH=NO - -configuration - Release - -sdk - iphoneos - BUILD_DIR=${BUILD_DIR} - BUILD_ROOT=${BUILD_ROOT} - clean - build
Is there a problem with my writing? Or does jazz have this feature?
It looks like there's no support for expanding environment variables using shell syntax in yaml data.
Thank you for answering
I want to add BUILD_DIR to xcodebuild_arguments. I wrote the following in .jazzy.yml, but it doesn't work.
Is there a problem with my writing? Or does jazz have this feature?