Skip to content

Commit

Permalink
0.1.0 (#3)
Browse files Browse the repository at this point in the history
* Adding Swift Package

* adding generic password

* working through composite property

* adding ui test

* fixing for linux (#1)

* Adding Documentation (#5)

* Add Sample Projects (#7)
  • Loading branch information
leogdion committed Mar 25, 2024
1 parent 8253d1a commit a235096
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
MIT License

<<<<<<< HEAD
Copyright (c) 2023 BrightDigit
=======
Copyright (c) 2023 leogdion
>>>>>>> 36d9745 (Initial commit)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ let package = Package(
package: "swift-log",
condition: .when(platforms: [.linux, .android, .windows, .wasi])
)
],
swiftSettings: swiftSettings
]
),
.testTarget(
name: "StealthyStashTests",
Expand Down

0 comments on commit a235096

Please sign in to comment.