class Xcodeproj::XCScheme::ProfileAction

def buildable_product_runnable=(runnable)

Parameters:
  • runnable (BuildableProductRunnable) --
def buildable_product_runnable=(runnable)
  @xml_element.delete_element('BuildableProductRunnable')
  @xml_element.add_element(runnable.xml_element) if runnable
end