Skip to content

Fix iOS build #190

Merged
madadam merged 1 commit into
masterfrom
fix-ios-build
Jun 4, 2026
Merged

Fix iOS build #190
madadam merged 1 commit into
masterfrom
fix-ios-build

Conversation

@panfilov-vladislav
Copy link
Copy Markdown
Collaborator

  • fs_util/Cargo.toml: add ios to the libc target cfg so the crate links correctly when cross-compiling for iOS targets
  • fs_util/src/safe_move.rs: extend blocking_rename_no_replace_atomic cfg to any(macos, ios) — renamex_np has been available on iOS 10+
  • service/src/logger/mod.rs: route ios through stdout.rs, resolving the pre-existing TODO comment

- fs_util/Cargo.toml: add ios to the libc target cfg so the crate
  links correctly when cross-compiling for iOS targets
- fs_util/src/safe_move.rs: extend blocking_rename_no_replace_atomic
  cfg to any(macos, ios) — renamex_np has been available on iOS 10+
- service/src/logger/mod.rs: route ios through stdout.rs, resolving
  the pre-existing TODO comment

(cherry picked from commit 51f3aac)
@panfilov-vladislav panfilov-vladislav requested a review from inetic June 2, 2026 17:36
@madadam madadam merged commit 60b303f into master Jun 4, 2026
6 checks passed
@madadam madadam deleted the fix-ios-build branch June 4, 2026 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants