Skip to content

Commit

Permalink
Remove udl file in macro-only example
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniusnaumann committed Oct 20, 2023
1 parent 3589434 commit a819980
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions swift-examples/hello-world-macro/greeter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ name = "greeter"

[dependencies]
uniffi = "0.25"

[build-dependencies]
uniffi = { version = "0.25", features = ["build"] }
3 changes: 0 additions & 3 deletions swift-examples/hello-world-macro/greeter/build.rs

This file was deleted.

2 changes: 1 addition & 1 deletion swift-examples/hello-world-macro/greeter/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
uniffi::include_scaffolding!("lib");
uniffi::setup_scaffolding!();

#[uniffi::export]
pub fn greet(name: String) -> String {
Expand Down
1 change: 0 additions & 1 deletion swift-examples/hello-world-macro/greeter/src/lib.udl

This file was deleted.

0 comments on commit a819980

Please sign in to comment.