Sha256: f12a954c95b76782505621fa46b1fc4c65d4a2e5bf9984a6a238a3b8ed86639f

Contents?: true

Size: 353 Bytes

Versions: 36

Compression:

Stored size: 353 Bytes

Contents

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

lane :u3d_build2 do |options|
  u3d(raw_logs: options[:raw_logs], run_args: "-logFile '/dev/stdout' -executeMethod U3d.EditorRun.Build -quit -batchmode")
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
u3d-1.0.11 examples/Example2/fastlane/Fastfile
u3d-1.0.10 examples/Example2/fastlane/Fastfile
u3d-1.0.9 examples/Example2/fastlane/Fastfile
u3d-1.0.8 examples/Example2/fastlane/Fastfile
u3d-1.0.7 examples/Example2/fastlane/Fastfile
u3d-1.0.6 examples/Example2/fastlane/Fastfile
u3d-1.0.5 examples/Example2/fastlane/Fastfile
u3d-1.0.4 examples/Example2/fastlane/Fastfile
u3d-1.0.3 examples/Example2/fastlane/Fastfile
u3d-1.0.2 examples/Example2/fastlane/Fastfile
u3d-1.0.1 examples/Example2/fastlane/Fastfile
u3d-1.0.0 examples/Example2/fastlane/Fastfile
u3d-1.0.0.rc1 examples/Example2/fastlane/Fastfile
u3d-0.9.4 examples/Example2/fastlane/Fastfile
u3d-0.9.3 examples/Example2/fastlane/Fastfile
u3d-0.9.2 examples/Example2/fastlane/Fastfile