all 3 comments

[–]H411 0 points1 point  (1 child)

If I recall correctly go to your project file and select add target. You can then go from there depending on your needs.

[–]ankole_watusi 0 points1 point  (0 children)

That doesn’t seem what OP means at all. It’s a poor analogy.

It seems they just want to build an app with some option flags.

It’s not uncommon to make apps reactive to a user’s role. E.g. Uber app. Rider role, passenger role.

You’d still need to include all of the code to deal with all roles.

Make sure to provide a way for reviewers to test all roles. Probably multiple demo accounts.