fix macOS unit test setting preset

This commit is contained in:
yonaskolb 2019-09-29 10:38:54 +10:00
parent ba7170c917
commit 5a76527c0e
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Next Version
#### Fixed
- Fixed macOS unit test setting preset [#665](https://github.com/yonaskolb/XcodeGen/pull/665) @yonaskolb
## 2.8.0
#### Added

View File

@ -1 +1 @@
LD_RUNPATH_SEARCH_PATHS: [$(inherited)", "@executable_path/../Frameworks", "@loader_path/../Frameworks]
LD_RUNPATH_SEARCH_PATHS: ["$(inherited)", "@executable_path/../Frameworks", "@loader_path/../Frameworks"]