RedMadRobot / catbird

Mock server for UI tests
MIT License
50 stars 10 forks source link

Extract catbird executable product from Package.swift into CatbirdApp folder with it is own Package.swift #36

Closed subdan closed 2 years ago

subdan commented 3 years ago
Alexander-Ignition commented 2 years ago

The Public and Resources folders are part of Packages/СatbirdApp

Alexander-Ignition commented 2 years ago

@subdan How about moving the CatbirdApi package to Packages, and leaving its Package.swift in the root of the repository?

Alexander-Ignition commented 2 years ago

@subdan, will you update the README with an example of installation via spm ?

subdan commented 2 years ago

The Public and Resources folders are part of Packages/СatbirdApp

Moved.

subdan commented 2 years ago

How about moving the CatbirdApi package to Packages, and leaving its Package.swift in the root of the repository?

Is it possible? If a Package.swift located in the root of the repository then Sources and Tests directories must be located in the same directory.

UPDATE:

I've set path property of the .target and it works!

subdan commented 2 years ago

@subdan, will you update the README with an example of installation via spm ?

I will update installation instruction in a separate PR.