chore(mobile): bump build to 0.1.0+2 for TestFlight 2#78
Open
cafca wants to merge 1 commit into
Open
Conversation
First TestFlight build (0.1.0+1) shipped with a route-display bug: nav origin trailed live GPS by 20-30m due to Geolocator.getLastKnownPosition() cache lag. Fixed in #65 along with the EXC_BREAKPOINT crash on nav start and the missing recenter FAB. Cuts a new build with the fix plus everything since (#66 jitter step advance, #69 bbox gate, #72 GH12 + tuned model, #74 cobblestone pref).
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.
Summary
Bump
mobile/pubspec.yamlfrom0.1.0+1to0.1.0+2.CFBundleVersionandCFBundleShortVersionStringresolve via$(FLUTTER_BUILD_NUMBER)/$(FLUTTER_BUILD_NAME)inInfo.plist, so this is the only file that needs to change.Why
TF1 (
0.1.0+1) shipped with the route-display bug: nav origin trailed live GPS by 20–30m becauseGeolocator.getLastKnownPosition()reads the system-wide cache, which lags MapLibre's stream by up to half a minute at cycling speed. Fixed in #65, alongside theEXC_BREAKPOINTcrash on nav start and the missing recenter FAB / compass during nav.Other nav UX fixes since TF1 that ride along in TF2:
Test plan
just test-mobile(186 passed locally)flutter build ios --releaseclean0.1.0 (2)in TestFlight