IosCorner

abstract class IosCorner : KitePlatformRef

The iOS version corner: TestFlight counters, pins, and the shown version.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val marketingVersion: Property<String>

Version shown to users. Defaults to the base version.

Link copied to clipboard
abstract val pin: Property<String>

Hard buildNumber. The formula is skipped.

Link copied to clipboard
override val platform: KitePlatform
Link copied to clipboard
abstract val reupload: Property<Int>

Counter to re-upload the same version to App Store Connect.

Link copied to clipboard
abstract val shipped: Property<String>

Highest build number ever shipped. New numbers must beat it.

Functions

Link copied to clipboard

iOS-only formula override.