mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
Removed false comment
This commit is contained in:
@@ -1016,9 +1016,7 @@ export default class PKPass extends Bundle {
|
|||||||
* @warning `relevantDate` property has been deprecated in iOS 18
|
* @warning `relevantDate` property has been deprecated in iOS 18
|
||||||
* in order to get replaced by `relevantDates` array of intervals
|
* in order to get replaced by `relevantDates` array of intervals
|
||||||
* (`relevantDates[].startDate` + `relevantDates[].endDate`)
|
* (`relevantDates[].startDate` + `relevantDates[].endDate`)
|
||||||
* or single date (`relevantDates[].relevantDate`). This method will
|
* or single date (`relevantDates[].relevantDate`).
|
||||||
* set both the original, as the new one will get ignored in older
|
|
||||||
* iOS versions.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public setRelevantDate(date: Date | null): void {
|
public setRelevantDate(date: Date | null): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user