🚨 Créé par Maxime Mahéo en juillet 2018 - droits afférents à ce code cédés, à titre exclusif, à TAKTIK® S.A. de droit belge le 31 mars 2021 qui dispose à présent du ©.
Application to demonstrate how I develop an iOS App in 5 days
git clone git@github.com:mmaheo/netflix-like-ios.git- Run
carthage update --platform ios --use-xcframeworks
master- with the latest version submitted for App Store release.develop- where the actual work is done.
- I use fastlane to automatic code sign-in, deploy to testflight and app store.
- I use VIPER architecture.
- I use SwiftLint to enforce Swift style and conventions.
- Maxime Maheo
brew install ffmpegbrew install gifsicle- Record your demo
xcrun simctl io booted recordVideo Demo.mov - Convert your .mov into .gif
ffmpeg -i tm.mov -s 462x1000 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=5 > Demo.gif
