Skip to content

Instantly share code, notes, and snippets.

@erikfloresq
Last active April 25, 2017 20:28
Show Gist options
  • Save erikfloresq/d162d8bdb5b2d127ddcfc87e2dcd80ab to your computer and use it in GitHub Desktop.
Save erikfloresq/d162d8bdb5b2d127ddcfc87e2dcd80ab to your computer and use it in GitHub Desktop.
Configuración de Matchfile para varios provisioning profile
# Aqui declaramos la url del repositorio donde estarán guardados los certificates y provisioning profile
git_url "[email protected]:usuario/ios.certificates.git"
# Se define el tipo de certificate y provisining profile que se crearar por default
# Es decir, cuando escribes solo match en el terminal genera el tipo de certificado que pusiste aqui pueden ser development, ad-hoc, app-store y enterprise.
type "development"
# Aqui defines los bundle indetifier de las aplicaciones a las cuales les crearemos los provisioning profile
app_identifier ["pe.com.orbis.*","pe.com.orbis.OrbisMobile"]
# Aqui va el usuario con el se conectara al github o bitbucket
username "[email protected]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment