how to copy an example in xcode that has no xcodeproj

Hi - I’m trying to make a copy of the xmlSettings example in openframeworks from the examples > addons directory to do some testing, but it has no .xcodeproj file within it, so I’m not sure how to make a working example within xcode. I’ve used the project generator to generate empty projects, and I’ve copied projects that contain the xcodeproj file, but I’ve never had to deal with this scenario and I haven’t had any luck finding a tutorial online. Thanks for the help.

You can use the project generator to generate a project file using existing files in a directory. For example. Just use the generator as though it would be creating a new project where the current project is located. It will use whatever is in projectFolder/src instead of generating skeleton files.