I`m somehow amateur in Xcode and this matter is so important for me.
My Friend use his developer id to publish my app and he ask me to give him .xcarchive
instead *.ipa
file
As I read in stackoverflow topics .xcarchive
have the same content of ipa
and there is no concern about lose and steal source code.
But when I check my xcarchive
and use show content option I see most of project files like images and sources in application folder , also some of my code are in *.nib
files
Is that normal ? and if I extract ipa
if I get the same result ?
Is there any security or tips in Xcode that better to active before archive project ?