Updated SemanticTags. - #29
Conversation
|
Ok this is super weird. Opening https://developer.apple.com/documentation/walletpasses/semantictags in Xcode (26 at least) has different documentation than online... how can we know which is the more up to date one..?
|
|
Ok based on this thread alexandercerutti/passkit-generator#249 (which it looks like you are in!) lets go ahead with your changes |
|
Yup, I learned from that thread about the new changes to I have a high degree of confidence that the web documentation is more accurate, since it did previously contain properties like the old "airline" ones. Maybe they just forgot to update the documentation on Xcode as well? In any case, appreciate the approval! |

Apple made some changes in the
SemanticTagsobject again.Replaced the
AirportSecurityProgramwith theTransitSecurityProgramenum.Added a new
PassengerCapabilityenum.Renamed airport-related fields to location-related fields.
Replaced
airlinePassengerCapabilitiesproperty withpassengerCapabilitiesandpassengerEligibleSecurityPrograms.Replaced
airlineLoungePlaceIDproperty withloungePlaceIDs.Added a new
membershipProgramStatusproperty.Fixed
tailgatingAllowedproperty name typo.