class RXCode::Target
Public Instance Methods
application?()
click to toggle source
# File lib/rxcode/models/target.rb, line 31 def application? product_type == 'com.apple.product-type.application' end
build_configuration_list()
click to toggle source
bundle?()
click to toggle source
# File lib/rxcode/models/target.rb, line 35 def bundle? product_type == 'com.apple.product-type.bundle' end
framework?()
click to toggle source
# File lib/rxcode/models/target.rb, line 27 def framework? product_type == 'com.apple.product-type.framework' end
name()
click to toggle source
product_name()
click to toggle source
product_reference()
click to toggle source
# File lib/rxcode/models/target.rb, line 17 def product_reference archive_object.model_object_for_key('productReference') end