Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/synx/xcodeproj_ext/project/object/abstract_object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def work_pathname
@work_pathname ||= project.work_root_pathname
elsif parent.is_a?(Xcodeproj::Project::Object::PBXVariantGroup)
# Localized object, naming is handled differently.
@work_pathname ||= parent.work_pathname + "#{display_name}.lproj" + parent.display_name
@work_pathname ||= parent.work_pathname + path
elsif is_a?(Xcodeproj::Project::Object::PBXVariantGroup)
# Localized container, has no path of its own.
@work_pathname ||= parent.work_pathname
Expand Down