UNPKG

@capgo/cli

Version:
9 lines (8 loc) 553 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[]; /** Stable list of registered check ids for CLI override validation. */ export declare const ALL_CHECK_IDS: string[];