Skip to content

inloop/XcodeEmbeddedProjectSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xcode Embedded Project Setup

This is an Xcode template for separating a project into several .xcodeproj components

Relevant Project Settings

  • Client -> General -> Embedded Binaries - Add the Component framework here as well as all of it’s dependancies.

  • Client -> Build Settings -> Framework Search Paths - Added $(PROJECT_DIR)/.. so that Component dependancies are found and no further copying is required (assumption: project dirs of the client and it’s components are in the same directory)

  • Client -> Build Phases -> Target Dependancies - Add the Component framework here so you don’t need to shuffle schemes during builds when you change something

  • Component -> General -> Linked Frameworks and Libraries - Add the Component’s dependancies

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published