I have an Xcode project called App. App has a remote dependency on a package called Service. Because I'll be making frequent changes to Service, I've also added it as a local dependency to App.
When I archive App and get it ready for release, will my local version of Service be bundled into the app or will the remote version be?
(I intend to keep the remote and local versions in sync as best I can, but I'd still like to understand this behavior)
Thanks!
3 posts - 2 participants