Skip to content

Commit

Permalink
chore: remove ios
Browse files Browse the repository at this point in the history
  • Loading branch information
pevers committed Mar 17, 2024
1 parent 706d6ac commit 76372d3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 51 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ nosleep.stop().unwrap(); // Not strictly needed
| Linux | ✔️ | ✔️ |
| macOS | ✔️ | ✔️ |
| Windows | ✔️ | ✔️ |
| iOS | ✔️ ||
| iOS | ||
| Android |||
10 changes: 0 additions & 10 deletions nosleep-ios/Cargo.toml

This file was deleted.

37 changes: 0 additions & 37 deletions nosleep-ios/src/lib.rs

This file was deleted.

3 changes: 0 additions & 3 deletions nosleep/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ nosleep-nix = { path = "../nosleep-nix", version = "0.3.0" }

[target.'cfg(target_os = "windows")'.dependencies]
nosleep-windows = { path = "../nosleep-windows", version = "0.3.0" }

[target.'cfg(target_os = "ios")'.dependencies]
nosleep-ios = { path = "../nosleep-ios", version = "0.3.0" }

0 comments on commit 76372d3

Please sign in to comment.