Class: Everywhere::Commands::PlatformBuild::TargetSpec
- Inherits:
-
Struct
- Object
- Struct
- Everywhere::Commands::PlatformBuild::TargetSpec
- 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_label ⇒ Object
83 |
# File 'lib/everywhere/commands/platform/build.rb', line 83 def display_label = channel == "direct" ? label : "#{label} (#{channel})" |
#label ⇒ Object
82 |
# File 'lib/everywhere/commands/platform/build.rb', line 82 def label = UI.target_label(os_arch) |
#os_arch ⇒ Object
81 |
# File 'lib/everywhere/commands/platform/build.rb', line 81 def os_arch = "#{os}-#{arch}" |