Netflix like
🚨 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 ©.

📖 Project description
Application to demonstrate how I develop an iOS App in 5 days
🔧 Installation
git clone [email protected]:mmaheo/netflix-like-ios.git- Run
carthage update --platform ios --use-xcframeworks
🌲 Branches
master- with the latest version submitted for App Store release.develop- where the actual work is done.
🛒 Dependencies
⚠️ Things to know
- 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.
💻 Developers
- Maxime Maheo
🌄 How to generate demo Gif
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