Skip to content

Instantly share code, notes, and snippets.

@dodikk
Created October 1, 2014 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dodikk/bf8cf8c3a04b6d857c12 to your computer and use it in GitHub Desktop.
Save dodikk/bf8cf8c3a04b6d857c12 to your computer and use it in GitHub Desktop.
Mix of cocoapods and manual dependency management
MyWorkspaceAfterPodInstall.xcworkspace
|
|
|---MyApp.xcodeproj
|---|
|---|--target : MyApp.app
|---|
|---|--MyLib.xcodeproj
|---| |
|---| |---target : libXyz.a
|---| |---target : ResourceXyz.bundle
|
|
|---|--MyLib.xcodeproj (One more link. So what?)
|---| |
|---| |---target : libXyz.a
|---| |---target : ResourceXyz.bundle
|
|
|---PodLibrary
|------|--fucking legacy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment