[log] Use objc2 (#2344)

This commit is contained in:
Mads Marquart
2025-01-21 21:57:35 +01:00
committed by GitHub
parent bdb7febf9c
commit 784a54a390
4 changed files with 19 additions and 30 deletions
+5 -2
View File
@@ -39,8 +39,11 @@ android_logger = "0.14"
[target."cfg(target_os = \"ios\")".dependencies]
swift-rs = "1"
objc = "0.2"
cocoa = "0.26"
objc2 = "0.5"
objc2-foundation = { version = "0.2", default-features = false, features = [
"std",
"NSString",
] }
[features]
colored = ["fern/colored"]