Skip to content

Commit

Permalink
MacOS M1 processor version of the Studio (#268)
Browse files Browse the repository at this point in the history
* add studio version with M1 processor support

contributes to #267

* add macos aarch64 to the list of packages on the download site

* add instruction for mac user about quarantine in the documentation
  • Loading branch information
dvojtise authored Jun 30, 2022
1 parent 1c61403 commit 91f3fbe
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,18 @@ Animate models::
[NOTE]
.Note
=====================================================================
In order to run, Eclipse workbench work better with additional memory. Use the following setting to start Eclipse: -Xms1024m -Xmx1024m -XX:PermSize=512m -XX:MaxPermSize=512m
In order to run, Eclipse workbench work better with additional memory. Use the following setting to start Eclipse: `-Xms1024m -Xmx1024m -XX:PermSize=512m -XX:MaxPermSize=512m`
=====================================================================

[NOTE]
.Note
=====================================================================
As our package aren't digitically signed, Mac computer may prevent running the studio. To workaround this Mac limitation, you may try one of these actions:
* Remove the quarantine status
** Open a terminal in the folder containing the `.app`
** Execute: `xattr -d com.apple.quarantine Eclipse.app`
** Double clic the `.app`
* Open a terminal and launch `./Eclipse.app/Contents/Eclipse/eclipse`
=====================================================================
5 changes: 5 additions & 0 deletions gemoc_studio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>aarch64</arch>
</environment>
</environments>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,11 @@ <h1>Eclipse GEMOC Latest Nightly Downloads</h1>
<div id='dirlist' style='display:inline;'><img src='https://dev.eclipse.org/small_icons/places/folder.png'><a href='/gemoc/packages/nightly/../?d'> ..</a><br />
<img src='https://dev.eclipse.org/small_icons/actions/edit-copy.png'><a href='/gemoc/packages/nightly/gemoc_studio-linux.gtk.x86_64.zip'> gemoc_studio-linux.gtk.x86_64.zip</a><br />
<img src='https://dev.eclipse.org/small_icons/actions/edit-copy.png'><a href='/gemoc/packages/nightly/gemoc_studio-macosx.cocoa.x86_64.zip'> gemoc_studio-macosx.cocoa.x86_64.zip</a> <br />
<img src='https://dev.eclipse.org/small_icons/actions/edit-copy.png'><a href='/gemoc/packages/nightly/gemoc_studio-macosx.cocoa.aarch64.zip'> gemoc_studio-macosx.cocoa.aarch64.zip</a> <br />
<img src='https://dev.eclipse.org/small_icons/actions/edit-copy.png'><a href='/gemoc/packages/nightly/gemoc_studio-win32.win32.x86_64.zip'> gemoc_studio-win32.win32.x86_64.zip</a><br />
<img src='https://dev.eclipse.org/small_icons/actions/edit-copy.png'><a href='/gemoc/packages/nightly/gemoc_studio_headless_engine_runner-linux.gtk.x86_64.zip'> gemoc_studio_headless_engine_runner-linux.gtk.x86_64.zip</a><br />
<img src='https://dev.eclipse.org/small_icons/actions/edit-copy.png'><a href='/gemoc/packages/nightly/gemoc_studio_headless_engine_runner-macosx.cocoa.x86_64.zip'> gemoc_studio_headless_engine_runner-macosx.cocoa.x86_64.zip</a> <br />
<img src='https://dev.eclipse.org/small_icons/actions/edit-copy.png'><a href='/gemoc/packages/nightly/gemoc_studio_headless_engine_runner-macosx.cocoa.aarch64.zip'> gemoc_studio_headless_engine_runner-macosx.cocoa.aarch64.zip</a> <br />
<img src='https://dev.eclipse.org/small_icons/actions/edit-copy.png'><a href='/gemoc/packages/nightly/gemoc_studio_headless_engine_runner-win32.win32.x86_64.zip'> gemoc_studio_headless_engine_runner-win32.win32.x86_64.zip</a><br />
</div><script language='javascript' src='/errors/js.js'></script>
<h2>Other useful links</h2>
Expand Down

0 comments on commit 91f3fbe

Please sign in to comment.