Skip to content

Bundle Selection View

Simone Martorelli edited this page Feb 8, 2021 · 2 revisions

Stored values for the Bundle Selection Child View Controller are found in BundleSelectionChildVCConstants.swift.

bundleSelectionView

  1. string value stored in BundleSelectionChildVC_Constants.header

  2. string value stored in BundleSelectionChildVC_Constants.subheader

  3. Bundle listings: Each bundle contains both a title and a short description separate from the info popover carousel.

    Example: First bundle listing

    BundleSelectionChildVC_Constants.Toggle.Title.a + BundleSelectionChildVC_Constants.Toggle.Description.a

The estimated time value is calculated based on values stored using the key names you provide in AppBundleConstants.swift:

AppBundlesConstants.Keys.speedRate = key name for storing the download speed rate

AppBundlesConstants.Keys.jamfBufferTime = key name for storing the estimated communication time with the JPS

AppBundlesConstants.Keys.installClockTotal = key name for storing the total estimated time for processing bundles

Clone this wiki locally