Skip to content

How to use match with two different bundle ids? #17403

Answered by AdamGerthel
AdamGerthel asked this question in Q&A
Discussion options

You must be logged in to vote

My issue seems to be related to this: #15338

But there's no solution mentioned there which will work for me since I can't use environment variables which use bundle ids.

UPDATE: I think I solved it by using update_project_provisioning before running build_app with the profile path supplied by match (which uses sigh)

    update_project_provisioning(
      xcodeproj: xcodeproj,
      profile: ENV["sigh_#{app_identifier}_appstore_profile-path"],
      build_configuration: "Release"
    )

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@AdamGerthel
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by AdamGerthel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants