UNPKG

@capgo/cli

Version:
7 lines (6 loc) 435 B
import type { PrescanCheck } from './types'; /** New iOS expansion checks become build-blocking at this UTC instant. */ export declare const IOS_PRESCAN_EXPANSION_ENFORCE_AFTER = "2026-08-14T00:00:00.000Z"; /** Legacy P12 encryption becomes mandatory for macOS runner compatibility at this UTC instant. */ export declare const IOS_P12_LEGACY_ENFORCE_AFTER = "2026-08-17T00:00:00.000Z"; export declare const ALL_CHECKS: PrescanCheck[];