class Xcodeproj::XCScheme::BuildableReference

Public Instance Methods

blueprint_name() click to toggle source
# File lib/swiftproj/xcodehelper.rb, line 6
def blueprint_name()
  return @xml_element.attributes["BlueprintName"]
end