Skip to content
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

Promote Xcode resources back to source code #71

Open
rauanmayemir opened this issue Feb 28, 2019 · 0 comments
Open

Promote Xcode resources back to source code #71

rauanmayemir opened this issue Feb 28, 2019 · 0 comments

Comments

@rauanmayemir
Copy link
Member

After #68, dune maintains all the configs and xcode generation. The good thing is that now we don't need to care about different configs and make steps, dune smoothly takes care of all that and as a bonus, it all works in watch mode.

The not so good thing is that Xcode project cannot be promoted back to source code because it's a directory, and even if it can be, xcode will point to resources (images, fonts) in the dune's build dir (they're copied during build like anything else), not the original source dir.

This hits the DX as you can't open the xcode project, add your assets, and have it all reconciled with dune.

I'm not sure how to properly solve this, maybe we should be okay with people opening XCode from a generated _build dir, but promote all the added assets back to project sources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant