-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy snapshots to test bundle to solve SPM warning #363
Conversation
Code Coverage Report
SwiftLint found issues
Generated by 🚫 Danger Swift against 419b4d4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
@@ -25,8 +25,10 @@ let package = Package( | |||
"WeScan", | |||
.product(name: "SnapshotTesting", package: "swift-snapshot-testing") | |||
], | |||
exclude:["Info.plist"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exclude:["Info.plist"], | |
exclude: ["Info.plist"], |
But oh well 🤷
Congratulations! 🎉 This was released as part of Release 3.0.0-beta.1 🚀 Generated by GitBuddy |
There's a warning about 16 unhandled resources when running build in command line. PR addresses this warning by adding to package manifest instruction to copy resources to test bundle and exclude Info.plist.