When the script deletes unused identifiers it breaks the JSON structure by deleting only a single line and not a whole JSON object.
Following lines were deleted because of invalid format or no longer being used:
F6DD48671553FA9700A11AA0 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F6DD485D1553FA9700A11AA0 /* Localizable.strings */; };
F6DD48671553FA9700A11AA0 /* Localizable.strings in Resources */,
F6DD485D1553FA9700A11AA0 /* Localizable.strings */ = {
While leaving:
isa = PBXVariantGroup;
children = (
);
name = Localizable.strings;
path = "/Users/xp/Documents/iphone-app/Resources/Localization/EE";
sourceTree = "<absolute>";
};
When the script deletes unused identifiers it breaks the JSON structure by deleting only a single line and not a whole JSON object.
Following lines were deleted because of invalid format or no longer being used:F6DD48671553FA9700A11AA0 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F6DD485D1553FA9700A11AA0 /* Localizable.strings */; };F6DD48671553FA9700A11AA0 /* Localizable.strings in Resources */,F6DD485D1553FA9700A11AA0 /* Localizable.strings */ = {While leaving:
isa = PBXVariantGroup;children = ();name = Localizable.strings;path = "/Users/xp/Documents/iphone-app/Resources/Localization/EE";sourceTree = "<absolute>";};