class Xcodeproj::Project::Object::PBXBuildFile
{AbstractBuildPhase}.
Contains the information about the build settings of a file used by an
def ascii_plist_annotation
def ascii_plist_annotation " #{display_name} in #{GroupableHelper.parent(self).display_name} " end
def display_name
-
(String)- A name suitable for displaying the object to the
def display_name if product_ref product_ref.display_name elsif file_ref file_ref.display_name else super end end
def pretty_print
-
(Hash{String => Hash}, String)- A hash suitable to display the
def pretty_print if settings.nil? || settings.empty? display_name else { display_name => settings } end end