ios - To change bundle identifier using command line (xcodebuild) -
I have two bundle identifiers which I need to specify in the terminal when creating an IPA file. Could?
I have used the command below to generate an IPA file
ExxonBild-export archive-export format IPA-archive path "/ users / XML / download / image-emeklokal Search -master / local search example .excrev "-exportpath" / users / xxx / desktop / local search.eppa "-export pricing profile" xxx development "
Here I want to specify bundle identifier Yes. Any suggestions?
Is this possible?
It was resolved by following the link
In the config files the bundle identifier Mentioned
and from terminal: xcodebuild -xcconfig filename
Comments
Post a Comment