Skip to content

Commit 2c5f9eb

Browse files
committed
Update ios_strings_file_validation_helper for immutable strings
1 parent c70df86 commit 2c5f9eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fastlane/plugin/wpmreleasetoolkit/helper/ios/ios_strings_file_validation_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class StringsFileValidationHelper
3636
in_quoted_key: {
3737
'"' => lambda do |state, _|
3838
state.found_key = state.buffer.string.dup
39-
state.buffer.string = ''
39+
state.buffer = StringIO.new
4040
:after_quoted_key_before_eq
4141
end,
4242
/./u => lambda do |state, c|

0 commit comments

Comments
 (0)