Add Google Maps support for iOS - #2012
Merged
Merged
Conversation
Four artifacts from the app's location and cache stores: semantic location segments and edited segments from odlh-storage.db, place index cells from place-index.db, and the Core Data object cache from GMSCacheStorage-Objects. Segment coordinates are decoded from the semantic_segment protobuf at the same field path ALEAPP's googleOdlh module reads on Android. SemanticLocation and GMSCacheStorage are Google library locations rather than app-specific ones, so each row reports the owning app resolved from the container's own metadata plist, which is declared in the artifact paths. Path patterns pick up the WAL sidecars; the cached object store reads short without them. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Google Maps support for iOS. Four artifacts from the app's location and cache stores:
SemanticLocation and GMSCacheStorage are Google library locations rather than app-specific ones, so each row reports the owning app resolved from the container's own metadata plist. Undocumented codes are reported as stored. Path patterns pick up the WAL sidecars, which the cached object store needs.