compiler_arguments_from_xcodebuild_output(_:language:)
Parses the compiler arguments needed to compile the language aspects of an Xcode project
-
Filters compiler arguments from xcodebuild to something that libClang/sourcekit will accept
Declaration
Swift
func filterArguments(var args: [String]) -> [String] -
Partially filters compiler arguments from xcodebuild to something that libClang/sourcekit will accept
Declaration
Swift
func partiallyFilterArguments(var args: [String]) -> ([String], Bool)
View on GitHub
Install in Dash
compiler_arguments_from_xcodebuild_output(_:language:) Function Reference