build: Codesign MacOS app bundle to avoid "from unidentified developer" warning

fortune cookie message = Der Stern des Reichtums wird in Kürze auf dich scheinen
This commit is contained in:
Eberhard Graether
2017-05-31 16:23:25 +02:00
parent 8ab0abbe69
commit 8660ab5b14
5 changed files with 72 additions and 117 deletions
+1 -1
View File
@@ -369,7 +369,7 @@ std::vector<FilePath> ApplicationSettings::getRecentProjects() const
}
else
{
recentProjects.push_back(UserPaths::getSampleProjectsPath().concat(project));
recentProjects.push_back(UserPaths::getUserDataPath().concat(project));
}
}
return recentProjects;