Bryan Oltman

Results 190 comments of Bryan Oltman

@AhmedLSayed9 happy to—I'm not sure I went that far before. Does everything work as intended up to that point? The original bug makes it seem like this should happen much...

Ok, I'm seeing the issue upon uploading using Transporter. Thanks! I'll look into it.

Error text, received via an email from Apple: ``` ITMS-90473: CFBundleShortVersionString Mismatch - The CFBundleShortVersionString value '1.0' of extension 'Runner.app/PlugIns/NotificationService.appex' does not match the CFBundleShortVersionString value '1.0.0' of its containing...

Weirdly, this does not seem to be an issue when uploading a build created with `flutter build ipa --release`. Edit: trying now with our ExportOptions.plist

Confirming that this happens with stock Flutter when passed an ExportOptions.plist generated by Shorebird.

Fixed by https://github.com/shorebirdtech/shorebird/pull/2620

The fix for this was just released with Shorebird v1.4.12

I vote, instead of providing our own install scripts, we move to `dart pub global activate`. This would require interacting with pub as part of our release process, but would...

To clarify, are you just asking to skip the "would you like to continue" prompt?

Discussed offline: we decided that the shorebird CLI should be usable for all patch builds within a minor release version (e.g., 1.1.1, 1.1.2, 1.1.3 would all be usable, 1.0.0 would...