desc 'fastlane build adhoc:true' lane :build do |options| # task to do something adhoc = options[:adhoc] || false puts "adhoc: #{adhoc}"
確定! 回上一頁