1
Fork 0
rust/library/std
Mads Marquart 8f18e4fe4b Use _NSGetArgc/_NSGetArgv on iOS/tvOS/watchOS/visionOS
If we're comfortable using `_NSGetEnviron` from `crt_externs.h`, there shouldn't be an issue with using these either, and then we can merge with the macOS implementation.

This also fixes two test cases on Mac Catalyst:
- `tests/ui/command/command-argv0.rs`, maybe because `[[NSProcessInfo processInfo] arguments]` somehow converts the name of the first argument?
- `tests/ui/env-funky-keys.rs` since we no longer link to Foundation.
2024-05-17 22:11:51 +02:00
..
benches also test parts of std 2024-04-07 10:05:57 +02:00
src Use _NSGetArgc/_NSGetArgv on iOS/tvOS/watchOS/visionOS 2024-05-17 22:11:51 +02:00
tests Rename test for issue 21058 2024-05-05 10:47:12 -04:00
build.rs Support for visionOS 2024-03-18 20:45:45 -07:00
Cargo.toml Pin libc back to 0.2.153 2024-05-11 10:25:37 -04:00