Skip to content

Instantly share code, notes, and snippets.

@patissier-boulanger
Created March 15, 2022 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patissier-boulanger/35ae2cb84841eb6089f6732dc2ee3c6d to your computer and use it in GitHub Desktop.
Save patissier-boulanger/35ae2cb84841eb6089f6732dc2ee3c6d to your computer and use it in GitHub Desktop.
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