There is a great discussion here about the recent changes that have come from Xcode 7 in regards to deploying an app to your iOS device. It is one of the only sources of information about iOS app deployment that is remotely up-to-date on SO it seems (Issue for Meta I guess...)
I have 2 questions about a particular comment in that post that I was hoping for enlightenment on
And to distribute an app, just target "Generic iOS Device", hit Build, then grab your .app, drop it into iTunes, and you'll have an IPA, read to distribute however you want. – dadude999
My first question is: Where is the .app file/folder that this user is talking about?
and my second question: Will this .app work in anyones iTunes that I provide it to? Or will it only work with the one that is linked to my Xcode?
EDIT: First Question Resolved
Thanks to luk2302 for clarifying that this is indeed the same .app file that has been previously asked about in this post. When I asked, I was unsure about this. Now, however, my primary concern falls to the second question.