Opened 15 years ago
Closed 15 years ago
#323 closed Enhancement (duplicate)
Xcode project file: Built products in default build directories
Reported by: | laurris | Owned by: | somebody |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Transmission | Version: | 0.80 |
Severity: | Normal | Keywords: | xcode osx |
Cc: |
Description
This patch removes the custom build setting $BUILT_PRODUCTS_DIR from every target and for both configurations. The result is that the build directory is the default built directory chosen at a project level (or xcode level). The library search path is changed to this same directory for every target/config.
Attachments (1)
Change History (3)
Changed 15 years ago by laurris
comment:1 in reply to: ↑ description Changed 15 years ago by laurris
Replying to laurris:
This patch removes the custom build setting $BUILT_PRODUCTS_DIR from every target and for both configurations. The result is that the build directory is the default built directory chosen at a project level (or xcode level). The library search path is changed to this same directory for every target/config.
I also cleaned up some duplicate or useless LIBRARY_SEARCH_PATH_QUOTED_N and FRAMEWORK_SEARCH_PATH_QUOTED_N
comment:2 Changed 15 years ago by livings124
- Resolution set to duplicate
- Status changed from new to closed
This should be covered by #331.
Patch for project.pbxproj