Class: Xcodeproj::Project::Object::PBXVariantGroup
- Inherits:
-
PBXGroup
- Object
- AbstractObject
- PBXGroup
- Xcodeproj::Project::Object::PBXVariantGroup
- Defined in:
- lib/xcodeproj/project/object/group.rb
Overview
This class is used to gather localized files into one entry.
Instance Attribute Summary
Attributes inherited from AbstractObject
Attributes collapse
-
#last_known_file_type ⇒ String
The file type guessed by Xcode.
Methods inherited from PBXGroup
#<<, #[], #ascii_plist_annotation, #build_files, #children, #clear, #comments, #display_name, #empty?, #files, #find_file_by_path, #find_subpath, #groups, #hierarchy_path, #indent_width, #move, #name, #new_bundle, #new_group, #new_product_ref_for_target, #new_reference, #new_variant_group, #parent, #parents, #path, #real_path, #recursive_children, #recursive_children_groups, #remove_from_project, #set_path, #set_source_tree, #sort, #sort_by_type, #sort_recursively_by_type, #source_tree, #tab_width, #uses_tabs, #version_groups, #wraps_lines
Methods inherited from AbstractObject
#<=>, #==, #ascii_plist_annotation, #display_name, #inspect, isa, #nested_object_for_hash, #pretty_print, #remove_from_project, #sort, #sort_recursively, #to_ascii_plist, #to_hash
Instance Method Details
#last_known_file_type ⇒ String
Returns the file type guessed by Xcode.
481 |
# File 'lib/xcodeproj/project/object/group.rb', line 481 attribute :last_known_file_type, String |