# XcodeEmbeddedProjectSetup **Repository Path**: mirrors_inloop/XcodeEmbeddedProjectSetup ## Basic Information - **Project Name**: XcodeEmbeddedProjectSetup - **Description**: No description available - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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