From 8cd84a0152955c1413e3360ec4e8bd5558648187 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Sun, 5 Apr 2015 01:11:29 +0200 Subject: CREATE_PROJECT: Define a group for the Frameworks, and add it to the mainGroup, so that the buildPhase can figure things out. --- devtools/create_project/xcode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'devtools/create_project/xcode.h') diff --git a/devtools/create_project/xcode.h b/devtools/create_project/xcode.h index f7714e4dba..f0b0b1e350 100644 --- a/devtools/create_project/xcode.h +++ b/devtools/create_project/xcode.h @@ -272,6 +272,7 @@ private: ObjectList _fileReference; ObjectList _frameworksBuildPhase; ObjectList _groups; + ObjectList _rootGroups; ObjectList _nativeTarget; ObjectList _project; ObjectList _resourcesBuildPhase; -- cgit v1.2.3