Skip to content

Commit

Permalink
chore: add preview
Browse files Browse the repository at this point in the history
  • Loading branch information
EnesKaraosman committed Apr 1, 2024
1 parent 9419421 commit f7c5d63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ let package = Package(
// Targets are the basic building blocks of a package, defining a module or a test suite.
// Targets can depend on other targets in this package and products from dependencies.
.target(
name: "KeyboardActions"),
name: "KeyboardActions",
exclude: ["preview.gif"]
),
.testTarget(
name: "KeyboardActionsTests",
dependencies: ["KeyboardActions"]),
Expand Down
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ struct ContentView: View {
}
}
```

<img src="Sources/KeyboardActions/preview.gif" width="320" />
Binary file added Sources/KeyboardActions/preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f7c5d63

Please sign in to comment.