Method: Xcodeproj::XCScheme::RemoteRunnable#bundle_identifier=

Defined in:
lib/xcodeproj/scheme/remote_runnable.rb

#bundle_identifier=(value) ⇒ Object

Parameters:

  • value (String)

    Set the runnable bundle identifier



57
58
59
# File 'lib/xcodeproj/scheme/remote_runnable.rb', line 57

def bundle_identifier=(value)
  @xml_element.attributes['BundleIdentifier'] = value.to_s
end