Skip to content

Feature Request: Create a Separate Output JSON per Project #32

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

Open
akaralar opened this issue Nov 7, 2019 · 1 comment
Open

Feature Request: Create a Separate Output JSON per Project #32

akaralar opened this issue Nov 7, 2019 · 1 comment
Labels
type: feature New feature or request

Comments

@akaralar
Copy link

akaralar commented Nov 7, 2019

We have a workspace with many projects inside, what is the recommended way to use it in this case? Do we need to create a ProjectInfo for every project we have? We have 20+ projects so it might be a bit cumbersome to do by hand, is there an automated way to do it? Thanks in advance!

@rockbruno
Copy link
Owner

Hmmmm in the Infofile itself you can get the output for different projects by creating different ProjectInfos, but the comparisons will be made with whatever was last retrieved in the JSON inside your repo, so you won't get correct results if you compare multiple projects in the same repo.

A way you can circumvent this is to have multiple Infofiles (assuming the xcodeprojs are in different folders), but it would be nice if we actually added support for a single Infofile to be able to generate multiple outputs. We would just have to make it retrieve and generate different jsons based on the xcodeproj file's name.

@rogerluan rogerluan added the type: feature New feature or request label Jun 17, 2020
@rogerluan rogerluan changed the title Usage with xcworkspace Feature Request: Create a Separate Output JSON per Project Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants