-
Notifications
You must be signed in to change notification settings - Fork 6k
Codesign pub package vended service dylibs after copying them to the application bundle. #2727
Conversation
…application bundle.
Xcode wrecked the formatting. The formatted script for reference https://gist.github.com/chinmaygarde/e691e0b256588a1ae885276b26899f5b |
Fixes flutter/flutter#4226 |
Can we put this script in |
The |
We could export it out and read it from ENV in the script though. Not sure if that is cleaner though. |
Xcode doesn't set it in the env already? It lets it locally and then sources the script? |
I am thinking of moving out |
Yeah, I haven't landed that patch yet. |
LGTM to land as-is. |
… to the application bundle. (flutter#2727)" This reverts commit 85e2ce2. This patch breaks the flutter build bots.
New commits: git log --format="%C(auto) %h %s" 900e796..4ca4767 4ca4767 Added a dart pub outdated --transitive option (flutter#2731) 6b145bd Deprecate --server argument to `pub publish` and `pub uploader`. (flutter#2697) 7737023 don't warn if previous prerelease was null safe (flutter#2730) 62f9283 Improve outdated --mode=null-safety (flutter#2724) cc589ec Change message for no Latest resolution (flutter#2729) 656803e Require sdk constraint (flutter#2718) 8309d87 Added test that dev_dependency does not trigger null-safety warnings when publishing (flutter#2727) 332ea04 Remove warning about mixed mode. (flutter#2723) a98a1f2 Simplify null-safety analysis in `pub outdated --mode=null-safety` (flutter#2721) 5fba201 Outdated null safety implies prereleases (flutter#2722) fb9ec4a Fixed bug in yaml_edit (flutter#2703) Change-Id: I22a084aee06542e04a272269fb0134f0ac62f779 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170690 Commit-Queue: Sigurd Meldgaard <sigurdm@google.com> Reviewed-by: Michael Thomsen <mit@google.com> Reviewed-by: Jonas Jensen <jonasfj@google.com>
…when publishing (flutter#2727) * Added test that dev_dependency does not trigger null-safety warnings when publishing * Fix bug on master
No description provided.