Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

classi/fastlane-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastlane-example

fastlane example by Classi Corp.

Fastfile supports both iOS and android.

Description

Fastfile is compatible with both iOS and android.
For example, bundle exec fastlane ios beta or bundle exec fastlane android playstore.

iOS Directory contains samples of Matchfile and Appfile.
Android Directory also includes Appfile and so on.

It will be a reference for the continuous delivery of iOS / Android.

Usage

iOS

Fastfile:

fastlane_version "2.19.2"

import_from_git(
  url: 'https://github.com/classi/fastlane-example',
  path: 'iOS/fastlane/Fastfile'
)

Android

Fastfile:

fastlane_version "2.24.0"

import_from_git(
  url: 'https://github.com/classi/fastlane-example',
  path: 'Android/fastlane/Fastfile'
)

Information for Japanese

Releases

No releases published

Packages

No packages published

Languages