examples/Example2/fastlane/Fastfile in u3d-1.2.3 vs examples/Example2/fastlane/Fastfile in u3d-1.3.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + desc "Run the EditorRun.Build task" lane :u3d_build do |options| u3d(raw_logs: options[:raw_logs], run_args: "-logFile './editor.log' -executeMethod U3d.EditorRun.Build -quit -batchmode") end