I have a web server, running locally, which serves JSON-formatted data from a number of endpoints. I currently include the data from each endpoint in separate .json files, which I manually add to the app bundle for use within the app. Is it possible to automate this process whenever the project is built, perhaps using an Xcode build script?I have a web server, running locally, which ser