Skip to content

Instantly share code, notes, and snippets.

@mariia-cherniuk
Created September 12, 2020 17:30
Show Gist options
  • Save mariia-cherniuk/0815936966336ed4f0ee4a9f15fbefad to your computer and use it in GitHub Desktop.
Save mariia-cherniuk/0815936966336ed4f0ee4a9f15fbefad to your computer and use it in GitHub Desktop.
desc "Fetches the provisioning profiles so you can build locally and deploy to your device"
lane :certificates do
match(type: "development", app_identifier: ["your_app_identifier"])
match(type: "adhoc", app_identifier: ["your_app_identifier"])
match(type: "appstore", app_identifier: ["your_app_identifier"])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment