class Xcodeproj::Project::Object::XCBuildConfiguration
def type
-
(Symbol)- The symbolic type of this configuration, either
def type debug? ? :debug : :release end
(Symbol)
- The symbolic type of this configuration, either
def type debug? ? :debug : :release end