https://github.com/inloop/xcodeembeddedprojectsetup
https://github.com/inloop/xcodeembeddedprojectsetup
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inloop/xcodeembeddedprojectsetup
- Owner: inloop
- License: cc0-1.0
- Created: 2016-07-26T13:06:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T13:52:15.000Z (over 9 years ago)
- Last Synced: 2024-12-29T05:26:15.410Z (about 1 year ago)
- Language: Swift
- Size: 14.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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