Skip to content

Commit

Permalink
chore: remove uniffi-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianjeng committed Feb 18, 2025
1 parent 3cce63c commit ec04c60
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion mopro-ffi/src/app_config/ios.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub fn build() {
.expect("Failed to generate bindings");

fs::rename(
swift_bindings_dir.join(format!("mopro_bindings.swift")),
swift_bindings_dir.join("mopro_bindings.swift"),
bindings_out.join("mopro.swift"),
)
.expect("Failed to move mopro.swift into place");
Expand Down
3 changes: 0 additions & 3 deletions mopro-ffi/src/bin/uniffi-bindgen.rs

This file was deleted.

3 changes: 0 additions & 3 deletions test-e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ name = "android"
[[bin]]
name = "web"

[[bin]]
name = "uniffi-bindgen"

[dependencies]
mopro-ffi = { path = "../mopro-ffi", features = ["halo2", "circom"] }
mopro-wasm = { path = "../mopro-wasm" }
Expand Down
3 changes: 0 additions & 3 deletions test-e2e/src/bin/uniffi-bindgen.rs

This file was deleted.

0 comments on commit ec04c60

Please sign in to comment.