Skip to content

FrenchKit/FastlaneClassroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastlane: from Zero to Hero

This repository contains all the resources needed to attend the “fastlane from Zero to Hero” classroom at FrenchKit 2017 on 09/23.

The slides displayed during this classroom are available on SpeakerDeck.

Requirement

Attending this classroom requires:

  • A recent version of fastlane (>= 2.57.2) here is how to install it.
  • The last stable version of Xcode 9 (as of today: Xcode 9.0). You can download it here.
  • The last version of Xcode command line tools (just execute xcode-select --install).
  • Having an overall idea of how iOS App Store release works.

Please, try to fulfill these requirements before coming to the classroom ;).

Emoji Kit

Emoji Kit is a sample project that will be used for all the demos. This is a simple catalog of emojis based on the iOS default Master-Detail Application template. It follows the KISS principle. This project is not really interesting by itself. But what can fastlane do with it…

Credits

The Emoji datasource is an extract from the Emojibase project by Miles Johnson.

Questions

If you have any question about this, feel free to ask me during the classroom or after during the whole conference. If you want to contact me after: you can drop me a mail: [email protected]. Or, better, send me a message on Twitter: @juli1quere.

Would you like to know more ?

If you want to go further on this subject, here are some great links:

General

UI Testing