Sha256: b3133405f8c1a1561b32268d19b2af0c6e8bb675ccd52729f97dce703a70d677
Contents?: true
Size: 489 Bytes
Versions: 328
Compression:
Stored size: 489 Bytes
Contents
require_relative "display_family" module Spaceship module Tunes # identifiers of devices that App Store Connect accepts screenshots for class DeviceType def self.types warn("Spaceship::Tunes::DeviceType has been deprecated, use Spaceship::Tunes::DisplayFamily instead. (https://github.com/fastlane/fastlane/pull/14574).") return DisplayFamily.all.map(&:name) end def self.exists?(type) types.include?(type) end end end end
Version data entries
328 entries across 328 versions & 5 rubygems