1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00

Projucer: fixed bug where whitespace in the "additional frameworks" build setting would lead to frameworks not being addded.

This commit is contained in:
Timur Doumler 2016-04-14 12:11:17 +01:00
parent caffbbaa6d
commit 68451eeeec

View file

@ -1949,6 +1949,7 @@ private:
xcodeFrameworks.addIfNotAlreadyThere ("StoreKit");
xcodeFrameworks.addTokens (getExtraFrameworksString(), ",;", "\"'");
xcodeFrameworks.trim();
StringArray s (xcodeFrameworks);