Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Scripting with Swift

Mobile Flock
September 14, 2019

Scripting with Swift

Automation for various use-cases using Swift.

Mobile Flock

September 14, 2019
Tweet

More Decks by Mobile Flock

Other Decks in Technology

Transcript

  1. c • Why do we need scripts • Why to

    choose swift for scripting • Usecases • Demo Agenda
  2. c The product owner sends the requirement to increment the

    font size by one throughout the app. When do we need scripts
  3. c

  4. c Usecases • Create your own linter • Create your

    own formatter • Create JSON to model converter • Find duplicate images • Find all constant strings • Can automate access modifiers • Write your own usecase
  5. c Why to choose swift • Familiar • Less context

    switching • Can use frameworks
  6. c

  7. c