Skip to content

Commit

Permalink
SPI Preparation (#5)
Browse files Browse the repository at this point in the history
* Add required .git

* Add manifest
  • Loading branch information
mgacy committed Dec 19, 2023
1 parent af64f60 commit 5a75acd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .spi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: 1
builder:
configs:
- documentation_targets: [EmailSender, PersPersistenceistence]
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
.library(name: "Persistence", targets: ["Persistence"])
],
dependencies: [
.package(url: "https://github.com/awslabs/aws-sdk-swift", from: "0.19.0")
.package(url: "https://github.com/awslabs/aws-sdk-swift.git", from: "0.19.0")
],
targets: [
.target(
Expand Down

0 comments on commit 5a75acd

Please sign in to comment.