flutter/bin/internal
Victoria Ashworth 88bc2536d3
Update iOS tools (#169863)
Updates `libimobiledevice`, `libplist`, `openssl`, `usbmuxd` (renamed
`libusbmuxd`) to newest commits. Also adds `libimobiledeviceglue`, which
is a new dependency for `libimobiledevice`.

I confirmed they are all codesigned:
```
codesign -d /Users/vashworth/Development/flutter/bin/cache/artifacts/libusbmuxd/iproxy -vv
Executable=/Users/vashworth/Development/flutter/bin/cache/artifacts/libusbmuxd/iproxy
Identifier=iproxy
Format=Mach-O thin (x86_64)
CodeDirectory v=20500 size=466 flags=0x10000(runtime) hashes=4+7 location=embedded
Signature size=9048
Authority=Developer ID Application: FLUTTER.IO LLC (S8QB4VV633)
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Timestamp=May 29, 2025 at 8:19:14 PM
Info.plist=not bound
TeamIdentifier=S8QB4VV633
Runtime Version=15.2.0
Sealed Resources=none
Internal requirements count=1 size=168
```

Fixes https://github.com/flutter/flutter/issues/165656,
https://github.com/flutter/flutter/issues/42969

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
[test-exempt]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
[Discord]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
[Data Driven Fixes]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
2025-06-02 18:35:14 +00:00
..
canvaskit.version 15d59792e Roll Skia from dfb838747295 to 9e51c2c9e231 (26 revisions) (flutter/engine#38827) (#118432) 2023-01-13 06:28:24 +00:00
content_aware_hash.ps1 Roll forward "Content aware hash moved..." with fix (#166873) 2025-04-09 20:24:58 +00:00
content_aware_hash.sh Roll forward "Content aware hash moved..." with fix (#166873) 2025-04-09 20:24:58 +00:00
exit_with_errorlevel.bat
flutter_packages.version Roll Packages from 5743798ede97 to 44630668aec6 (5 revisions) (#169674) 2025-05-29 16:41:49 +00:00
fuchsia-linux.version Roll Flutter Engine from 61616ace5fa8 to eac3180b2366 (3 revisions) (#160386) 2024-12-16 23:15:23 +00:00
gradle_wrapper.version
ios-deploy.version
last_engine_commit.ps1 Add bin/internal/last_engine_commit.sh and tests. (#168387) 2025-05-06 19:04:18 +00:00
last_engine_commit.sh Add bin/internal/last_engine_commit.sh and tests. (#168387) 2025-05-06 19:04:18 +00:00
libimobiledevice.version Update iOS tools (#169863) 2025-06-02 18:35:14 +00:00
libimobiledeviceglue.version Update iOS tools (#169863) 2025-06-02 18:35:14 +00:00
libplist.version Update iOS tools (#169863) 2025-06-02 18:35:14 +00:00
libusbmuxd.version Update iOS tools (#169863) 2025-06-02 18:35:14 +00:00
libzip.version
material_fonts.version
openssl.version Update iOS tools (#169863) 2025-06-02 18:35:14 +00:00
README.md Trigger Build Part Deux (#160481) 2024-12-18 20:18:06 +00:00
shared.bat Update update_dart_sdk.sh|ps1 and related to use bin/cache/engine.stamp|realm. (#164498) 2025-03-03 20:58:16 +00:00
shared.sh Ensure engine.version is up to date in the monorepo (#160668) 2024-12-20 20:17:27 +00:00
update_dart_sdk.ps1 Update update_dart_sdk.sh|ps1 and related to use bin/cache/engine.stamp|realm. (#164498) 2025-03-03 20:58:16 +00:00
update_dart_sdk.sh Fix ISSUE_TEMPLATE Ordering: 10 < 9, but 10 > 09 (#166455) 2025-04-03 00:24:34 +00:00
update_engine_version.ps1 Unset GIT_DIR and other variables before updating (#165818) 2025-03-24 21:45:22 +00:00
update_engine_version.sh Unset GIT_DIR and other variables before updating (#165818) 2025-03-24 21:45:22 +00:00

Flutter SDK dependency versions

The files in this directory specifies pinned versions of various dependencies of the flutter SDK.

The bin/internal/engine.version file controls where to find compiled artifacts of the engine. These artifacts are compiled in the Merge Queue for every commit in the flutter repository.

The bin/internal/flutter_packages.version file specifies the version of the flutter/packages repository to be used for testing. The flutter/packages repository isn't an upstream dependency of flutter/flutter; it is only used as part of the test suite for verification, and the pinned version here makes sure that tests are deterministic at each flutter/flutter commit.