hrfmmr / ios-di-sandbox

Dependency resolving example for feature-modularized iOS app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency resolving example for feature-modularized iOS app inspired by this presentation

Continuous Integration Status

Prerequisites

Set up

make

if you are running on M1 Mac, execute following command to ensure homebrew's binary path is applied while Run-Script phase.

cat << 'EOF' | tee .envrc
export PATH=$PATH:/opt/homebrew/bin:/opt/homebrew/sbin
EOF

About

Dependency resolving example for feature-modularized iOS app


Languages

Language:Swift 90.4%Language:Makefile 5.7%Language:Shell 3.8%