Guest User

Untitled

a guest
Sep 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. default_platform(:ios)
  2.  
  3. platform :ios do
  4. desc "Builds, achieves and uploads ipa to TestFlight"
  5. lane :testflight_lane do
  6. cert
  7. sigh
  8. increment_build_number
  9. gym
  10. upload_to_testflight
  11. end
  12. end
Add Comment
Please, Sign In to add comment