I have a proprietary application that I want to distribute and sell. The application uses a GPL v3 licensed binary/library.
Since I don't want to distribute the source of my application and also want to provide convenience to my users, instead of supplying the GPL v3 library with my application bundle, can I provide a URL link at installation time which the user clicks to download the necessary GPL v3 library to their computer, necessary for my application?
That way, I would not be distributing the GPL v3 licensed library with my app, merely helping the user download it and then the library would be available to my application.
Edit 1:
To add another example to this method, how was Apple distributing XCode which was proprietary but which was making use of gdb and other gpl licensed components under the hood to work?