Get rid of private API on macos
This commit is contained in:
@@ -22,7 +22,7 @@ serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
log = "0.4"
|
||||
# FIXME: remove the devtools feature in production
|
||||
tauri = { version = "2.0.2", features = [ "macos-private-api", "protocol-asset", "devtools"] }
|
||||
tauri = { version = "2.0.2", features = [ "protocol-asset", "devtools"] }
|
||||
tauri-plugin-log = "2.0.1"
|
||||
tauri-plugin-fs = "2.0.1"
|
||||
tauri-plugin-dialog = "2.0.1"
|
||||
@@ -33,3 +33,8 @@ tauri-plugin-devtools = "2.0.0"
|
||||
[patch.crates-io]
|
||||
tauri = { path = "../../../packages/tauri/crates/tauri" }
|
||||
wry = { path = "../../../packages/wry" }
|
||||
|
||||
[target."cfg(target_os = \"macos\")".dependencies]
|
||||
cocoa = "0.25"
|
||||
objc = "0.2.7"
|
||||
rand = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user