The Apple Maps manifest in protobuf format got new fields recently: https://gspe35-ssl.ls.apple.com/geo_manifest/dynamic/config?os=ios&os_version=17.0 ``` urlInfoSet { ... 57 { 1: "https://gsp57-ssl-bcx.ls.apple.com/dispatcher.arpc" 3: 0 } } 95 { 1: 1684690460826 2: 0 } ``` My current .proto file is here: https://gitlab.com/nicolas17/geoservices-re/-/blob/e6b063db6f800bbf0e6b179dc6940fff89d17d22/geoservices.proto I didn't find 95 nor urlInfoSet.57 in iOS 16.6, so this is likely new iOS 17 material. Gotta decompile GeoServices.framework.
The Apple Maps manifest in protobuf format got new fields recently: https://gspe35-ssl.ls.apple.com/geo_manifest/dynamic/config?os=ios&os_version=17.0
My current .proto file is here: https://gitlab.com/nicolas17/geoservices-re/-/blob/e6b063db6f800bbf0e6b179dc6940fff89d17d22/geoservices.proto
I didn't find 95 nor urlInfoSet.57 in iOS 16.6, so this is likely new iOS 17 material. Gotta decompile GeoServices.framework.