class XCScheme
Public Instance Methods
construct_buildable_name(build_target)
Also aliased as: construct_buildable_name_without_legacy_target
Alias for: construct_buildable_name_with_legacy_target
construct_buildable_name_with_legacy_target(build_target)
click to toggle source
# File lib/pebble_x/monkey_patches.rb, line 35 def construct_buildable_name_with_legacy_target(build_target) if build_target.is_a? Xcodeproj::Project::Object::PBXLegacyTarget build_target.name else construct_buildable_name_without_legacy_target build_target end end
Also aliased as: construct_buildable_name