Class: Everywhere::Commands::PlatformBuild::TargetSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/everywhere/commands/platform/build.rb

Overview

One requested target. token is the literal string the user wrote ("ios-arm64:testflight") and is what keys the per-target manifests on the wire; os_arch is the bare form everything else (receipts, labels, filenames) is built from.

Instance Method Summary collapse

Instance Method Details

#display_labelObject



84
# File 'lib/everywhere/commands/platform/build.rb', line 84

def display_label = channel == "direct" ? label : "#{label} (#{channel})"

#labelObject



83
# File 'lib/everywhere/commands/platform/build.rb', line 83

def label = UI.target_label(os_arch)

#os_archObject



82
# File 'lib/everywhere/commands/platform/build.rb', line 82

def os_arch = "#{os}-#{arch}"