Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. gym(
  2. scheme: scheme,
  3. xcargs: {
  4. :PROVISIONING_PROFILE => 'profile-uuid',
  5. :PROVISIONING_PROFILE_SPECIFIER => 'match AppStore com.bigco.App'
  6. },
  7. codesigning_identity: "iPhone Distribution: BigCo, Inc. ()",
  8. )
  9.  
  10. +---------------------+-------------------------------------------------------------------------------------------------+
  11. | Summary for gym 2.53.1 |
  12. +---------------------+-------------------------------------------------------------------------------------------------+
  13. | scheme | Bespoke-iOS |
  14. | xcargs | PROVISIONING_PROFILE=profile-uuid PROVISIONING_PROFILE_SPECIFIER=match AppStore com.bigco.App |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement