mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Changed eventLiveMessage comment
This commit is contained in:
@@ -210,8 +210,8 @@ export interface Semantics {
|
|||||||
* For newly-introduced event tickets
|
* For newly-introduced event tickets
|
||||||
* in iOS 18
|
* in iOS 18
|
||||||
*
|
*
|
||||||
* This seem to exists but it is not
|
* Shows a message in the live activity
|
||||||
* known yet what it does...
|
* when the activity starts.
|
||||||
*/
|
*/
|
||||||
eventLiveMessage?: string;
|
eventLiveMessage?: string;
|
||||||
|
|
||||||
@@ -429,8 +429,8 @@ export const Semantics = Joi.object<Semantics>().keys({
|
|||||||
* For newly-introduced event tickets
|
* For newly-introduced event tickets
|
||||||
* in iOS 18
|
* in iOS 18
|
||||||
*
|
*
|
||||||
* This seem to exists but it is not
|
* Shows a message in the live activity
|
||||||
* known yet what it does...
|
* when the activity starts.
|
||||||
*/
|
*/
|
||||||
eventLiveMessage: Joi.string(),
|
eventLiveMessage: Joi.string(),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user