Is there a way to store my app's provisioning profiles along the code in my git repository and make Bitrise install them on runtime? This instead of manually uploading the profiles to Bitrise.
问问题
500 次
2 回答
0
It is just a matter of copying the *.mobileprovision
files to the proper user path.
cp ./Provisioning/*.mobileprovision ~/Library/MobileDevice/Provisioning\ Profiles/
Solution based on https://stackoverflow.com/a/40728419/1049134
于 2019-07-16T13:24:02.357 回答
0
Why not create a repository using Fastlane Match approach and use Fastlane Match Integration so that you can manage certificates and profiles for not only yourself, but also for your team as well?
于 2020-03-24T17:34:23.897 回答