mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
Added support to iOS 18.1 eventLogoText
This commit is contained in:
@@ -399,6 +399,15 @@ export interface PassProps {
|
|||||||
*/
|
*/
|
||||||
auxiliaryStoreIdentifiers?: number[];
|
auxiliaryStoreIdentifiers?: number[];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @iOSVersion 18.1
|
||||||
|
*
|
||||||
|
* @description
|
||||||
|
*
|
||||||
|
* The text to display next to the logo on posterEventTicket passes.
|
||||||
|
*/
|
||||||
|
eventLogoText?: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @iOSVersion 26
|
* @iOSVersion 26
|
||||||
*
|
*
|
||||||
@@ -865,6 +874,13 @@ export const OverridablePassProps = Joi.object<OverridablePassProps>({
|
|||||||
*/
|
*/
|
||||||
auxiliaryStoreIdentifiers: Joi.array().items(Joi.number()),
|
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
|
* @iOSVersion 26
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user