parley-messaging / ios-library

Parley iOS app library
MIT License
2 stars 2 forks source link

Use swift package test target for tests in the project #51

Closed mat1th closed 8 months ago

mat1th commented 9 months ago

In the Sources of the project there was a folder containing tests. This folder was excluded in the sources target. This way you was not able to run the test easily within Xcode when opening the project as a swift package. This pr does move those tests to a separate folder and creates a test target in the package.swift file now you are able to run them through Xcode.

Screenshot 2023-12-22 at 11 04 47
alexkok commented 8 months ago

Looks good, thanks! Also merged now, for the next release