mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Allow appLaunchURL to have any scheme
This commit is contained in:
@@ -639,7 +639,7 @@ export const OverridablePassProps = Joi.object<OverridablePassProps>({
|
||||
logoText: Joi.string(),
|
||||
description: Joi.string(),
|
||||
serialNumber: Joi.string(),
|
||||
appLaunchURL: Joi.string().regex(URL_REGEX),
|
||||
appLaunchURL: Joi.string().uri(),
|
||||
teamIdentifier: Joi.string(),
|
||||
organizationName: Joi.string(),
|
||||
passTypeIdentifier: Joi.string(),
|
||||
|
||||
Reference in New Issue
Block a user