fastlane example by Classi Corp.
Fastfile supports both iOS and android.
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.
Fastfile:
fastlane_version "2.19.2"
import_from_git(
url: 'https://github.com/classi/fastlane-example',
path: 'iOS/fastlane/Fastfile'
)
Fastfile:
fastlane_version "2.24.0"
import_from_git(
url: 'https://github.com/classi/fastlane-example',
path: 'Android/fastlane/Fastfile'
)