create Xcode project for mac for bundled app

This commit is contained in:
2017-05-18 13:29:18 +01:00
parent 6d14ccd426
commit 4c5b22192b
15 changed files with 1408 additions and 359 deletions

View File

@@ -746,6 +746,7 @@ void Node::parse_attributes(kAttribute ka, const tinyxml2::XMLAttribute* attr)
void Node::load_internal(const tinyxml2::XMLElement* x_node)
{
m_name = x_node->Name();
LOG("node %s", m_name.c_str());
init();