| commit | c2e062f1efdadc2570c7cef8e1330e55d2bce23d | [log] [tgz] |
|---|---|---|
| author | Raphael Kubo da Costa <kubo@igalia.com> | Tue Apr 15 15:39:36 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 15 15:39:36 2025 |
| tree | f6f999f8ac37ba0d2ab112f9fe0f9de90ae2e545 | |
| parent | a6d155105cb8ff72819e4a5b36e5a34ee29c28a3 [diff] |
[tvOS] Add a separate BuildInfo.plist for tvOS builds
It is identical to the iOS one, except the values in the UIDeviceFamily
array: the tvOS plist just has an ID for tvOS.
Not doing so causes the generated bundles (e.g. content_shell) to fail
to run:
```
App installation failed: Unable to Install “content_shell”
This app is not made for this device.
This app was not built to support this device family; app is compatible with (
1,
2
) but this device supports (
3
)
Underlying error (domain=IXUserPresentableErrorDomain, code=6):
Unable to Install “content_shell”
This app is not made for this device.
```
Bug: 391914246
Change-Id: I997d6d895a9472213afaa4571d12c4a06e283242
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6450355
Auto-Submit: Raphael Kubo da Costa <kubo@igalia.com>
Commit-Queue: Raphael Kubo da Costa <kubo@igalia.com>
Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
Reviewed-by: Sylvain Defresne <sdefresne@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1447142}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.