When I export to iOS as an Xcode project, and then update my game and make a new export, what files do I need to replace in the Xcode project folder? If I can just move over the updated project files and avoid all the setup and tweaking I otherwise need to do Xcode each time, that would be incredible.
Here's a file/folder list of the root folder of the export:
- project-name/
- project-name.xcodeproj
- project-name.xcworkspace
- cordova/
- CordovaLib/
- frameworks.json
- ios.json
- platform_www/
- Podfile
- Podfile.lock
- Pods/
- pods-debug.xcconfig
- pods-release.xcconfig
- pods.json
- www
What files represent the actual game, that I can just copy over and overwrite in the project-name.ios.project folder?