-
Notifications
You must be signed in to change notification settings - Fork 823
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
Add another xcodeproj as a dependency #224
Comments
Hi @codeOfRobin api client spec
app spec
If your API client is simply an existing xcodeproj that will work too. In the future we could even generate the workspace, as described here #168 Let me know if you have any troubles |
Did that all work out for you @codeOfRobin? Is it ok if I close this? |
Yeah, it did @yonaskolb ! Thank you for being so helpful 😄 |
Question btw, could you refer to a project in a different folder altogether? |
Yeah sure, that's up to the workspace you create |
Ah, I didn't realize I'd have to manually create the workspace 😅. Can't wait for #168 🎉 |
Hey Yonas!
Lots of times when I'm working on a dependency and an app together (like my swift API client and my app at work), I like to include the API client's xcodeproj (by simply dragging and dropping) so I can make changes and have them appear directly in my app. Is there any good way to support that kind of workflow with xcodegen?
The text was updated successfully, but these errors were encountered: