Xcode: Use proper buildable name for schema

This commit is contained in:
Gregor Jasny
2017-02-25 21:26:17 +01:00
parent f4977d056b
commit 54a48c6781
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -26,6 +26,7 @@ public:
private:
const cmXCodeObject* const Target;
const std::string& TargetName;
const std::string BuildableName;
const std::string& TargetId;
const std::vector<std::string>& ConfigList;
const unsigned int XcodeVersion;