Skip to content

Commit 66346ca

Browse files
committed
implement update_info_plist
from tauri-apps/tauri#13888
1 parent 0668697 commit 66346ca

File tree

8 files changed

+193
-62
lines changed

8 files changed

+193
-62
lines changed

Cargo.lock

Lines changed: 121 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ codegen-units = 1
3939
lto = true
4040
incremental = false
4141
opt-level = "s"
42+
43+
[patch.crates-io]
44+
tauri = { git = "https://github.com/tauri-apps/tauri", branch = "feat/update-info-plist-fn" }
45+
tauri-plugin = { git = "https://github.com/tauri-apps/tauri", branch = "feat/update-info-plist-fn" }

plugins/deep-link/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ serde_json = { workspace = true }
2727
tauri-utils = { workspace = true }
2828
tauri-plugin = { workspace = true, features = ["build"] }
2929

30+
[target."cfg(target_os = \"macos\")".build-dependencies]
31+
plist = "1"
32+
3033
[dependencies]
3134
serde = { workspace = true }
3235
serde_json = { workspace = true }

0 commit comments

Comments
 (0)