Class: XCConfigurationList
Instance Attribute Summary
Attributes inherited from PBXObject
Instance Method Summary collapse
Methods inherited from PBXObject
filter, #initialize, #inspect, objects_of_class
Methods inherited from Hash
Constructor Details
This class inherits a constructor from PBXObject
Instance Method Details
#build_configurations ⇒ Object
155 156 157 |
# File 'lib/pbxplorer.rb', line 155 def build_configurations self.project_file.objects_with_uuids self["buildConfigurations"] end |
#help ⇒ Object
159 160 161 162 |
# File 'lib/pbxplorer.rb', line 159 def help puts "config = list.build_configurations.first" XCBuildConfiguration end |