AndyQ / NFCPassportReader

NFCPassportReader for iOS 13
MIT License
754 stars 245 forks source link

make DataGroup12 class public #152

Closed recp closed 1 year ago

recp commented 2 years ago

Hello, thanks for your great work,

The DataGroup12 seems to be internal and it cannot be accessed outside the library:

if let dg12 = pass.dataGroupsRead[.DG12] as? DataGroup12 {
  /* get dg12.dateOfIssue */
}

this PR makes it public, thanks

Jeroenbb94 commented 2 years ago

+1 to merge this. This was changed in 1.1.8 to internal, it is public on 2.0.0 and on 1.1.7

AndyQ commented 1 year ago

Merged - thanks!