Skip to content

Commit

Permalink
fix(cli): add comment suggest to use patch swift-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Aug 21, 2024
1 parent da8c9a7 commit 25fe727
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ tauri-build = {{ tauri_build_dep }}
[dependencies]
tauri = {{ tauri_example_dep }}
tauri-plugin-{{ plugin_name }} = { path = "../../../" }

# If compile error is occurred with "using sysroot for 'iPhoneOS' but targeting 'MacOSX'",
# you can try the patch by uncommenting this comment out.

# [patch.crates-io]
# swift-rs = { git = "https://github.com/guillemcordoba/swift-rs", branch = "main" }
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ tauri-build = {{ tauri_build_dep }}
[dependencies]
tauri = {{ tauri_example_dep }}
tauri-plugin-{{ plugin_name }} = { path = "../../../" }

# If compile error is occurred with "using sysroot for 'iPhoneOS' but targeting 'MacOSX'",
# you can try the patch by uncommenting this comment out.

# [patch.crates-io]
# swift-rs = { git = "https://github.com/guillemcordoba/swift-rs", branch = "main" }

0 comments on commit 25fe727

Please sign in to comment.