Eric Seidel

Results 804 comments of Eric Seidel

Happy to. My current understanding is that Shorebird disables manageAppVersionAndBuildNumber. I'm not sure I remember why we do this. Shorebird needs to be able to read the exact app version...

Yeah, so I think our possible actions here are: 1. Change `shorebird` to read the release information from the ipa/archive *after* the adjustments by XCode are made. It's unclear how...

A 3rd option would be to teach `flutter build ipa` to update the extension version codes, like it already knows how to set the app version codes. I suspect that's...

@bryanoltman do you agree that "option 3" is the correct path forward here? e.g. that I should file a bug with `flutter` to have it set the version code of...

It's possible running local validation would also trigger this? https://stackoverflow.com/questions/7568420/how-to-perform-ios-app-validation-from-the-command-line xcrun -sdk iphoneos Validation /path/to/App.{app or ipa}

Is this still the case? I recall we did some fixes here.

Yeah, more issues isn't a problem. We know we need to do a bunch of work in this area, we've just been a) really busy with iOS and 1.0 and...

This ends up part of https://github.com/shorebirdtech/shorebird/issues/1433 which I think is probably our next big area of work after iOS performance (maybe we'll do asset support before that?)

Much of this is launched now as part of https://github.com/shorebirdtech/shorebird/issues/739. Will keep this bug open for adding further permission levels. We had an explicit request today from a large customer...

https://docs.google.com/document/d/1z_4Z5JMTbk5c4FpayVAb-PTz2wLP-aSCirbieavT3Ws/edit?pli=1 might be relevant (although it looks dead).