Store Bitrise Provisioning Profiles in the git repository
Asked Answered
C

2

0

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.

Conceptacle answered 19/6, 2019 at 19:27 Comment(0)
C
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://mcmap.net/q/1633808/-valid-provisioning-profile-not-working-for-git-repository

Conceptacle answered 16/7, 2019 at 13:24 Comment(0)
M
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?

Marienbad answered 24/3, 2020 at 17:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.