PassKit iOS 16.0 20A5303f to 20A5312e API Differences

PKIdentityDocumentIssuingAuthority.h
Modified PKIdentityDocumentIssuingAuthority.name
Declaration
From@property (nonatomic, readonly, copy, nullable) NSString *name
To@property (nonatomic, readonly, nullable) NSString *name

Modified PKIdentityDocumentIssuingAuthority.jurisdiction
Declaration
From@property (nonatomic, readonly, copy, nullable) NSString *jurisdiction
To@property (nonatomic, readonly, nullable) NSString *jurisdiction

Modified PKIdentityDocumentIssuingAuthority.ISOCountryCode
Declaration
From@property (nonatomic, readonly, copy, nullable) NSString *ISOCountryCode
To@property (nonatomic, readonly, nullable) NSString *ISOCountryCode

PKIdentityDocumentRawElements.h
Added PKIdentityDocumentRawElements.documentIssueDate
Modified PKIdentityDocumentRawElements.name
Declaration
From@property (nonatomic, readonly, copy, nullable) NSPersonNameComponents *name
To@property (nonatomic, readonly, nullable) NSPersonNameComponents *name

Modified PKIdentityDocumentRawElements.address
Declaration
From@property (nonatomic, readonly, copy, nullable) CNPostalAddress *address
To@property (nonatomic, readonly, nullable) CNPostalAddress *address

Modified PKIdentityDocumentRawElements.issuingAuthority
Declaration
From@property (nonatomic, readonly, copy, nullable) PKIdentityDocumentIssuingAuthority *issuingAuthority
To@property (nonatomic, readonly, nullable) PKIdentityDocumentIssuingAuthority *issuingAuthority

Modified PKIdentityDocumentRawElements.documentExpirationDate
Declaration
From@property (nonatomic, readonly, copy, nullable) NSDateComponents *documentExpirationDate
To@property (nonatomic, readonly, nullable) NSDateComponents *documentExpirationDate

Modified PKIdentityDocumentRawElements.documentNumber
Declaration
From@property (nonatomic, readonly, copy, nullable) NSString *documentNumber
To@property (nonatomic, readonly, nullable) NSString *documentNumber

Modified PKIdentityDocumentRawElements.age
Declaration
From@property (nonatomic, readonly, copy, nullable) NSNumber *age
To@property (nonatomic, readonly, nullable) NSNumber *age

Modified PKIdentityDocumentRawElements.ageThreshold
Declaration
From@property (nonatomic, readonly, copy, nullable) PKIdentityDocumentAgeThreshold *ageThreshold
To@property (nonatomic, readonly, nullable) PKIdentityDocumentAgeThreshold *ageThreshold

Modified PKIdentityDocumentRawElements.dateOfBirth
Declaration
From@property (nonatomic, readonly, copy, nullable) NSDateComponents *dateOfBirth
To@property (nonatomic, readonly, nullable) NSDateComponents *dateOfBirth

Modified PKIdentityDocumentRawElements.portraitImageData
Declaration
From@property (nonatomic, readonly, copy, nullable) NSData *portraitImageData
To@property (nonatomic, readonly, nullable) NSData *portraitImageData

PKIdentityElement.h
Added PKIdentityElement.documentIssueDateElement