Skip to content

Dependency resolving example for feature-modularized iOS app

Notifications You must be signed in to change notification settings

hrfmmr/ios-di-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published