Skip to content

Commit

Permalink
CREATE_PROJECT: Set projectDirPath to the source-path in XCode.
Browse files Browse the repository at this point in the history
  • Loading branch information
somaen committed Apr 9, 2015
1 parent 32b2454 commit 21d0210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/create_project/xcode.cpp
Expand Up @@ -567,7 +567,7 @@ void XCodeProvider::setupProject() {
project->properties["knownRegions"] = regions;

project->addProperty("mainGroup", _rootSourceGroup->getHashRef(), "CustomTemplate", SettingsNoValue);
project->addProperty("projectDirPath", "", "", SettingsNoValue|SettingsQuoteVariable);
project->addProperty("projectDirPath", _projectRoot, "", SettingsNoValue|SettingsQuoteVariable);
project->addProperty("projectRoot", "", "", SettingsNoValue|SettingsQuoteVariable);

// List of targets
Expand Down

0 comments on commit 21d0210

Please sign in to comment.