my process has been to drag aiff files to the “sounds” tab in MainMenu.nib on interface builder… But I am dealing with a program with 100+ audio files, and it prompts me with do I want to add each individual audio file-- and there is no “yes for all” button…
I am thinking there must be another way to do this without having to sit here clicking “yes” 100 times… ??
the course I was just on (I’m a beginner) said that the ‘correct’ way of storing files is inside your ‘Resources’ Folder in XCode. you can call sounds from there.
I agree, adding files to a project should be done to the Xcode… not IB. The only exception to this was if the images themselves were localized. If some of the images needed to be customized for different languages, then you should put them in with the nib’s resources, not the app’s.
patrick99e99, why can’t you just select all of the files and add them all to the project at once? If you’re doing it through Xcode, you shouldn’t get any dialogs or confirmations, anyways.