Created
March 15, 2022 06:51
-
-
Save patissier-boulanger/35ae2cb84841eb6089f6732dc2ee3c6d 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 "Deploy newTarget" | |
lane :newTarget do | |
match(type: 'appstore', readonly: true) | |
gym(scheme: 'newTarget', clean: true) // 여기에 아까 만들었던 scheme의 이름을 넣어줍시다. 그러면 gym이 알아서 빌드합니다. | |
pilot() | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment