parley-messaging / ios-library

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

Use default location swift package for swift source files #54

Closed mat1th closed 5 months ago

mat1th commented 5 months ago

The swift package manager does define a default location for source files in a project. By default they should be placed in Sources/TargetName and Tests/TargetNameTests. This pr moves the files to this location. It is now not needed anymore to define a custom path in the Package.swift file.

alexkok commented 5 months ago

Thanks @mat1th, sounds good. However we don't see the rename of Source to Sources in the diff, is that correct?

mat1th commented 5 months ago

Good point, missed that. I've fixed it in cff59ecfe78722e21f89899bf6c25b9e7d48e39e;

alexkok commented 5 months ago

Alright 👍 will merge when the #53 is ready to merge as well

alexkok commented 5 months ago

Ai, @mat1th do you see a chance to resolve the conflicts? (#53 is merged)

mat1th commented 5 months ago

@alexkok Thanks for merging #53. I've reapplied my changes on a re-based develop branch.

alexkok commented 5 months ago

Released in 3.9.0 🚀