Created
September 12, 2020 17:30
-
-
Save mariia-cherniuk/0815936966336ed4f0ee4a9f15fbefad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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