I am using Carthage to add the CSVImporter library to my Xcode project. To add the framework to my project, it says to create files named input.xcfilelist and output.xcfilelist. Then, one must add the paths to the needed frameworks to those files. Finally, it says to add the input.xcfilelist to the Input File Lists section and likewise for the output.xcfilelist. I seem to not be able to create distinct files with frameworks as sub-sections of the file. Is it enough to just add the frameworks directly into the input and output file sections?