I'm curious if maintainers accept this feature, because it's possible that I'll be able start implementing this feature.
Could you detail more specifics about what you're thinking?
simply saying I need to pass with ENABLE_TESTABILITY flag set to YES for Release configuration in certain case.
Today's workaround may be using the XCODE_XCCONFIG_FILE environment variable noted in man xcodebuild.
XCODE_XCCONFIG_FILE="/path/to/xcconfig_file" carthage build
Closing this for now in favor of XCODE_XCCONFIG_FILE.
Most helpful comment
Today's workaround may be using the
XCODE_XCCONFIG_FILEenvironment variable noted inman xcodebuild.