Fix macOS unit test setting preset (#665)

Fix macOS unit test setting preset
This commit is contained in:
Yonas Kolb 2019-09-29 10:47:22 +10:00 committed by GitHub
commit 0f903227d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"]