Skip to content

Commit 6d3f522

Browse files
Saadnajmitido64
andauthored
Update xcode.rb
Co-authored-by: Tommy Nguyen <[email protected]>
1 parent b651cdd commit 6d3f522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/xcode.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def configure_xcschemes!(xcschemes_path, project_root, target_platform, name)
3535
doc.root.elements['LaunchAction'].attributes['enableGPUValidationMode'] = '1'
3636

3737
File.open(xcscheme, 'w') do |file|
38-
doc.write(file)
38+
doc.write(file, 3)
3939
end
4040
end
4141

0 commit comments

Comments
 (0)