Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS M1 processor version of the Studio #268

Merged
merged 4 commits into from
Jun 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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