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
alpha: | |
macos: | |
xcode: "9.2.0" | |
shell: /bin/bash --login -eo pipefail | |
steps: | |
- checkout | |
- restore_cache: |
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
workflows: | |
version: 2 | |
alpha-build: | |
jobs: | |
- alpha: | |
context: org-global | |
filters: | |
branches: | |
only: | |
- develop |
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
fastlane_version "2.76.1" | |
default_platform :ios | |
platform :ios do | |
####### Certificates ####### | |
desc "Installs the certificates and profiles locally" | |
lane :certificates do |options| |
OlderNewer