uv/crates/uv-configuration/src
timrid 330e56e778
Support iOS platform tags (#15640)
## Summary
This implements the iOS part of
https://github.com/astral-sh/uv/issues/8029

FYI: @freakboy3742

<!-- What's the purpose of the change? What does it do, and why? -->

## Test Plan
Create a venv with uv and run `cargo run pip install --python-platform
arm64-apple-ios pillow`. Then the iOS binary of pillow should be
installed inside the venv.
2025-09-03 18:24:48 -04:00
..
authentication.rs Remove the native system store from the keyring providers (#15612) 2025-09-02 13:16:52 -05:00
build_options.rs Import `PackageName` from `uv-normalize` (#15439) 2025-08-21 23:15:40 +00:00
concurrency.rs Make the use of `Self` consistent. (#15074) 2025-08-05 20:17:12 +01:00
constraints.rs Use a boxed slice for extras and groups (#12391) 2025-03-22 11:53:36 -04:00
dependency_groups.rs Update Rust toolchain to 1.89 (#15157) 2025-08-08 13:01:52 +00:00
dry_run.rs Make the use of `Self` consistent. (#15074) 2025-08-05 20:17:12 +01:00
editable.rs Add `--no-editable` support to `uv sync` and `uv export` (#7371) 2024-09-17 14:50:36 +00:00
export_format.rs Add `uv export` support for PEP 751 (#12955) 2025-04-21 21:21:17 +00:00
extras.rs Update Rust toolchain to 1.89 (#15157) 2025-08-08 13:01:52 +00:00
hash.rs Turn `--verify-hashes` on by default (#9170) 2024-11-18 01:57:54 +00:00
install_options.rs Add `--no-install-local` option to `uv sync`, `uv add` and `uv export` (#15328) 2025-08-22 11:31:52 -05:00
lib.rs Move preview features into a dedicated crate (#15482) 2025-08-24 09:55:30 -04:00
name_specifiers.rs Import `PackageName` from `uv-normalize` (#15439) 2025-08-21 23:15:40 +00:00
overrides.rs Move lowered requirement source type out of `uv-pypi-types` (#12356) 2025-03-20 21:16:12 -04:00
package_options.rs Import `PackageName` from `uv-normalize` (#15439) 2025-08-21 23:15:40 +00:00
project_build_backend.rs Unhide `uv` from `--build-backend` options (#14939) 2025-07-28 13:26:23 +00:00
required_version.rs Fix optional cfg gates (#14448) 2025-07-03 15:29:03 -05:00
sources.rs Reuse build (virtual) environments across resolution and installation (#14338) 2025-07-01 13:15:47 -04:00
target_triple.rs Support iOS platform tags (#15640) 2025-09-03 18:24:48 -04:00
threading.rs Consistently use `Ordering::Relaxed` for standalone atomic use cases (#14190) 2025-06-24 12:30:26 -07:00
trusted_host.rs Make the use of `Self` consistent. (#15074) 2025-08-05 20:17:12 +01:00
trusted_publishing.rs Implement trusted publishing (#7548) 2024-09-24 16:07:20 +00:00
vcs.rs Make `uv init` resilient against broken git (#12895) 2025-04-17 17:45:25 +02:00