Skip to content

Commit

Permalink
[PBXVariantGroup] Add lastKnownFileType attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Nov 2, 2012
1 parent 568f47d commit a52e530
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/xcodeproj/project/object/group.rb
Expand Up @@ -60,7 +60,9 @@ class PBXGroup < AbstractObject
# This class is used to gather localized files into one entry.
#
class PBXVariantGroup < PBXGroup

# @return [String] the file type guessed by Xcode.
#
attribute :last_known_file_type, String
end

# A group that contains multiple files references to the different
Expand Down
Expand Up @@ -2298,6 +2298,7 @@
};
E52523A816245A910012E2BA /* MainMenu.xib */ = {
isa = PBXVariantGroup;
lastKnownFileType = file.xib;
children = (
E5FBB2D416357C93009E96B0 /* Base */,
);
Expand Down

0 comments on commit a52e530

Please sign in to comment.