<ul>
<li>
<p>We added customization for Pharo to allow a different menu to be used.</p>
</li>
<li>
<p>We modified the default action of help menu to open an URL (only for Pharo)</p>
</li>
<li>
<p>We added a Info.plist property with the string value of the URL (only for Pharo)</p>
</li>
<li>
<p>And also the about dialog was not receiving the close event, we have fixed that. It was related with the filtering of events for SDL.</p>
</li>
</ul>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=2494203" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/demarey">@demarey</a></p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Adding a custom Menu for Pharo VMs</li>
  <li>Adding a optional URL for the help, only fr Pharo</li>
  <li>Handling correctly the events of the about window</li>
  <li>Making the about window property as weak.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-0">build.macos32x86/common/Makefile.app</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-1">build.macos32x86/pharo.cog.spur.lowcode/Makefile</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-2">build.macos32x86/pharo.cog.spur.minheadless/Makefile</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-3">build.macos32x86/pharo.cog.spur/Makefile</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-4">build.macos32x86/pharo.cog.spur/plugins.ext</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-5">build.macos32x86/pharo.cog.v3/Makefile</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-6">build.macos32x86/pharo.sista.spur/Makefile</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-7">build.macos32x86/pharo.stack.spur.lowcode/Makefile</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-8">build.macos32x86/pharo.stack.spur/Makefile</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-9">build.macos64x64/common/Makefile.app</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-10">build.macos64x64/pharo.cog.spur.lowcode/Makefile</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-11">build.macos64x64/pharo.cog.spur/Makefile</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-12">build.macos64x64/pharo.sista.spur/Makefile</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-13">build.macos64x64/pharo.stack.spur.lowcode/Makefile</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-14">build.macos64x64/pharo.stack.spur/Makefile</a>
    (1)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-15">platforms/iOS/vm/English.lproj/Pharo-MainMenu-opengl.xib</a>
    (1261)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-16">platforms/iOS/vm/English.lproj/Pharo-MainMenu.xib</a>
    (1261)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-17">platforms/iOS/vm/OSX/Pharo-Info.plist</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-18">platforms/iOS/vm/OSX/SqueakOSXApplication.m</a>
    (30)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-19">platforms/iOS/vm/OSX/sqSqueakOSXApplication+events.m</a>
    (16)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-20">platforms/iOS/vm/OSX/sqSqueakOSXApplication.h</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388/files#diff-21">platforms/iOS/vm/OSX/sqSqueakOSXApplication.m</a>
    (1)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388.patch'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388.patch</a></li>
  <li><a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388.diff'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AhLyW88BoHHtlnz7q3M4-47KPYMvzBaaks5vbiYlgaJpZM4cSivL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AhLyWzP9_9qyJYBF3XZ5ngxOsHWKO3E6ks5vbiYlgaJpZM4cSivL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/OpenSmalltalk/opensmalltalk-vm","title":"OpenSmalltalk/opensmalltalk-vm","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Customization for Pharo \u0026 About Dialog (#388)"}],"action":{"name":"View Pull Request","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/388",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>