Search code examples
xcodesubmitarchive

How can I check which files are part of the archive when uploading an app to appstore?


always when uploading an app I wonder which files are actually part of the archive that is being uploaded, since I have many supportive files in my xCode project folder which are not really part of the code but just some documents. Will they be part of the archive and visible to the installers later or are only those files included in the archive that are referenced in xCode?

Thanks


Solution

  • all the files will be in archive (.app file) and you can see its content by right click on it and select "show package content"