Skip to content

Latest commit

 

History

History
34 lines (33 loc) · 651 Bytes

README.md

File metadata and controls

34 lines (33 loc) · 651 Bytes

Make

  • Tuist project creation

    Use this instead of ‘tuist generate’. It includes the lint command.

    $ make generate
    
  • Linting
    $ make lint
    
  • Linting(Autocorrect and fix)
    $ make format
    
  • Clean

    Remove the DerivedData

    $ make clean
    

Fastlane

⚠️ This action requires a .env file. Please contact [email protected] for assistance.

  • Upload to testflight
    $ fastlane beta_noffice_app
    
  • Match

    This works for the app targets of all bundle IDs defined in the AppFile.

    $ fastlane development
    
    $ fastlane appstore