From fec60aafe3e851d4595a4fd1f7b6f02a7f2bc8e4 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Fri, 31 Oct 2025 10:14:07 +0100 Subject: [PATCH] Added support to iOS 18.1 eventLogoText --- src/schemas/index.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/schemas/index.ts b/src/schemas/index.ts index 3245c07..c0469d6 100644 --- a/src/schemas/index.ts +++ b/src/schemas/index.ts @@ -399,6 +399,15 @@ export interface PassProps { */ auxiliaryStoreIdentifiers?: number[]; + /** + * @iOSVersion 18.1 + * + * @description + * + * The text to display next to the logo on posterEventTicket passes. + */ + eventLogoText?: string; + /** * @iOSVersion 26 * @@ -865,6 +874,13 @@ export const OverridablePassProps = Joi.object({ */ auxiliaryStoreIdentifiers: Joi.array().items(Joi.number()), + /** + * @iOSVersion 18.1 + * + * The text to display next to the logo on posterEventTicket passes. + */ + eventLogoText: Joi.string(), + /** * @iOSVersion 26 *