Skip to content

FBTweak.xcodeproj: Stop copying header files.#11

Merged
Barak Weiss (barakwei) merged 1 commit intoLightricks:masterfrom
barakwei:feature/stop-copying-headers
Feb 19, 2018
Merged

FBTweak.xcodeproj: Stop copying header files.#11
Barak Weiss (barakwei) merged 1 commit intoLightricks:masterfrom
barakwei:feature/stop-copying-headers

Conversation

@barakwei
Copy link
Copy Markdown
Member

Before this commmit, the project copied header files to the include
directory after build, which eliminates the need to add header file
paths in projects that use this project. This, however, has some
unwanted side-effects, like the include directory not being cleaned
when clean is performed, and more subtle bugs that causes new header
files not being copied.

Futhermore, since we specify header search path for all libraries, the
both the original header files and the files manually copied by the
project are in the header search path. This may lead to problems when
the copy did not happen for some reason.

Before this commmit, the project copied header files to the include
directory after build, which eliminates the need to add header file
paths in projects that use this project. This, however, has some
unwanted side-effects, like the include directory not being cleaned
when clean is performed, and more subtle bugs that causes new header
files not being copied.

Futhermore, since we specify header search path for all libraries, the
both the original header files and the files manually copied by the
project are in the header search path. This may lead to problems when
the copy did not happen for some reason.
@barakwei Barak Weiss (barakwei) merged commit ced7677 into Lightricks:master Feb 19, 2018
@barakwei Barak Weiss (barakwei) deleted the feature/stop-copying-headers branch February 19, 2018 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants