class Spaceship::Tunes::BuildDetails
Represents the details of a build
Attributes
@return (String
) Name of app @example 'Test App'
@return (String
) Platform of the app @example 'ios'
@return (String
) State of the build/binary @example 'ITC.apps.preReleaseBuildStatus.Validated'
@return (String
) Platform @example '13A340'
@return (String
) SDK used to build app @example '13A340'
@return (String
) Bundle ID of build @example 'com.sample.app'
@return (String
) Required Capabilities @example 'armv7'
@return (String
) Version code of the build train @example '1.6'
@return (String
) Version code of the build @example '4'
@return (Boolean) Contains On Demand Resources @example false
@return (String
) Link to the dSYM file (not always available) @example build/***.****.*****.*****-1.0.0-2647.dSYM.zip
@return [Hash] containing all entitlements for all targets @example 'Sample.app/Sample: {'com.apple.developer.team-identifier': 'ABC123DEF456'}'
@return (Boolean) App
Encryption Export Compliance Code (Optional) @example null
@return (String
) Name of uploaded file @example 'MyApp.ipa'
@return (Boolean) Includes iMessage App
@example false
@return (Boolean) Includes Stickers @example false
@return (Boolean) Includes Symbols @example true
@return (Boolean) // Not sure what this is for @example false
@return (String
) Localizations of the build @example 'English'
@return (String
) Minimum iOS Version @example '9.3'
@return (Boolean) Is this a Newsstand app? @example false
@return (Integer) Number of Asset packs @example 0
@return (Boolean) Does the build contain an app icon? @example true
@return (Int) Compressed File Size in bytes @example '9365224'
@return (String
) Supported architectures of the build @example 'armv7, arm64'
@return (Integer) Upload date of build as UNIX timestamp @example 1563813377000
@return (Boolean) App
Uses Non-Exempt Encryption (Optional) @example null
@return (Boolean) App
uses Location Services @example false
@return (Boolean) Uses SiriKit @example false
@return (Boolean) Watch-Only App
@example false