Store Bitrise Provisioning Profiles in the git repository

后端 未结 2 1024
再見小時候
再見小時候 2021-01-17 03:52

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

2条回答
  •  北恋
    北恋 (楼主)
    2021-01-17 04:22

    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

提交回复
热议问题