MSX emulation for a Macbook Air M2

Page 3/3
1 | 2 |

By treblig

Resident (37)

treblig's picture

02-11-2022, 12:29

I tried to sign the openMSX.app bundle with my Apple Developer Application ID, but I got the error:
"unsealed contents present in the bundle root".
This is due to the fact that the share folder is on the same level as the Content folder in the app bundle, which is not allowed. In order to get the bundle in a valid shape, the share folder should be moved to Content/Resources/share. I changed it in the source code and now it works.

I also added the code signing of the bundle in the build/package-darwin/app.mk file. I'll do some final tests and will update the documentation (doc/manual/compile.html) this afternoon, and finally make a pull request.

By ducasp

Paladin (677)

ducasp's picture

02-11-2022, 14:48

Great work treblig, even though not having an Apple device other than my Ye Old iPad 2 3G+WiFi, really appreciate you taking the ownership of getting this solved, this will surely be important for all Apple Hardware owners Smile

By Metalion

Paragon (1622)

Metalion's picture

02-11-2022, 16:01

treblig wrote:

This is due to the fact that the share folder is on the same level as the Content folder in the app bundle, which is not allowed. In order to get the bundle in a valid shape, the share folder should be moved to Content/Resources/share

You gotta love these modern devices ..............

By ericb59

Paragon (1099)

ericb59's picture

03-11-2022, 17:18

A big Thank you @treblig Big smile

i will download it again and test it soon.

By treblig

Resident (37)

treblig's picture

06-11-2022, 11:15

Below is a link to the macOS version of openMSX for Apple Silicon. I leave it available until the openMSX developers have an official pre-build version on their website.

Thank you @ericb59 for testing.

openMSX-macOS-arm64

By treblig

Resident (37)

treblig's picture

15-01-2023, 17:40

The link above does not work anymore. Here is an updated link:

openMSX-macOS-arm64

Page 3/3
1 | 2 |