I am trying to setup fastlane match but am having trouble understanding this step:
After running fastlane match init
you can run the following to generate new certificates and profiles:
fastlane match appstore
fastlane match development
What exactly is appstore
and development
? Are they supposed be assumed scheme names? My app has two schemes (both have different bundle identifiers) they are called MyApp
and MyApp UAT
do I need to run fastlane match MyApp
and fastlane match MyApp UAT
?