refactor(log): use NSString instead of SRString on iOS (#302)

This commit is contained in:
Lucas Fernandes Nogueira
2023-04-13 14:27:56 -07:00
committed by GitHub
parent 39b144df42
commit 14e4705d55
4 changed files with 40 additions and 9 deletions
+2
View File
@@ -27,6 +27,8 @@ android_logger = "0.11"
[target."cfg(target_os = \"ios\")".dependencies]
swift-rs = "1.0.1"
objc = "0.2"
cocoa = "0.24"
[features]
colored = ["fern/colored"]