Skip to content

0x0c/SwagGenBinaryUpload

Repository files navigation

YourApp iOS

Branch Status
main
develop

Getting Started

Prepare environment

  1. Install Ruby using rbenv

    brew update
    brew install rbenv ruby-build
    echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
    source ~/.bash_profile
    
  2. Run setup script

    make setup
    
  3. Create your own Appfile under fastlane/ and fill apple_id

    cp fastlane/Appfile.template fastlane/Appfile
    emacs fastlane/Appfile
    
  4. Use latest Xcode

Deploy to the Firebase App Distribution

To deploy to the Firebase App Distribution, use fastlane.

bundle exec fastlane beta

Deploy to AppStore

To deploy to AppStore, use fastlane.

bundle exec fastlane deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages