Provide xcodebuild with .mobileprovision file
问题 I am setting up Jenkins for automating iOS builds. Are there any possibility to provide a .mobileprovision file that is not added to the provisioning tool in Xcode to xcodebuild? I know that I can use PROVISIONING_PROFILE and PROVISIONING_PROFILE[sdk=iphoneos*] but they require the provisioning profile to be added to the Organizer. I know that I can do the operation with xcrun. But before running xcrun I must successfully sign the app with xcodebuild. Is there any way that I can just provide