<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Post build event settings on windows and mac]]></title><description><![CDATA[<p dir="auto">Hi,<br />
Could you please share how to customize the post build events for MSVC and XCode solution files generated by project tool?<br />
Is there a setting in project tool to do this? Otherwise, which file and where in frameworks/settings can be modified to achieve this?</p>
<p dir="auto">Thanks!</p>
]]></description><link>http://developers.maxon.net/forum/topic/15529/post-build-event-settings-on-windows-and-mac</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 07:00:27 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/15529.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 May 2024 02:15:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Post build event settings on windows and mac on Tue, 14 May 2024 21:56:53 GMT]]></title><description><![CDATA[<p dir="auto">Thank you, <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/ferdinand">@<bdi>ferdinand</bdi></a></p>
]]></description><link>http://developers.maxon.net/forum/post/74332</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/74332</guid><dc:creator><![CDATA[BruceC]]></dc:creator><pubDate>Tue, 14 May 2024 21:56:53 GMT</pubDate></item><item><title><![CDATA[Reply to Post build event settings on windows and mac on Tue, 14 May 2024 15:39:11 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/brucec">@<bdi>BruceC</bdi></a>,</p>
<p dir="auto">Thank you for reaching out to us. There are as far as I know no options to add custom build events with the public project tool.</p>
<p dir="auto">For the source processor there are the <code>sourceprocessor.buildevent</code> files which contain the XML for the source processor build event. But for Xcode there is no equivalent and I doubt that you can extend this for VS in a manner that you can add your own event files, I would assume that the source processor event is hardcoded.</p>
<p dir="auto">When you really have to customize your projects in this manner, you have two options:</p>
<ol>
<li>Do it manually every time (not great, I know).</li>
<li>Write yourself a wrapper around the source processor which fiddles with its output once it is done. So you run your wrapper which then runs the PT and after that pokes around in the project files to add your events.</li>
</ol>
<p dir="auto">While 2. can probably be done reasonably fast with some knowledge about VS and Xcode project files, I would point out that the days of the source processor (at least in this form) are counted. I cannot give any ETAs here, but I would avoid putting time into custom project tool solutions, when you are not uncomfortable with this work-time becoming obsolete in a year or so. For me this would be three days. I could probably write "something" in that time, not sure though if it would be good enough for production, as these "tools" tend to cost more time than one plans for <img src="http://developers.maxon.net/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=0b8ddba251d" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /> .</p>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum/post/74326</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/74326</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Tue, 14 May 2024 15:39:11 GMT</pubDate></item></channel></rss>