class Xcodeproj::Project::Object::XCBuildConfiguration

def type

Returns:
  • (Symbol) - The symbolic type of this configuration, either
def type
  debug? ? :debug : :release
end