Skip to content

Small program to update LC_VERSION_MIN_MACOSX to 10.9 if it is less than 10.9

Notifications You must be signed in to change notification settings

asmaloney/fix_LC_VERSION_MIN_MACOSX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

fix_LC_VERSION_MIN_MACOSX

Small command-line program to update LC_VERSION_MIN_MACOSX to 10.9 if it is less than 10.9.

Building

gcc fix_LC_VERSION_MIN_MACOSX.c -o fixMonoMinVersion

Running

Run it on your application like this:

fixMonoMinVersion "${APP_PATH}/Contents/Frameworks/MonoEmbedRuntime/osx/libmono.0.dylib"
fixMonoMinVersion "${APP_PATH}/Contents/Frameworks/MonoEmbedRuntime/osx/libMonoPosixHelper.dylib"

History

This code came from a gist that no longer exists (https://gist.github.com/lynnlx/1c15f290383c750abdd9d42e70bd32e4).

The code from that gist seems to have be derived from this one.

Since I pointed to it in a blog post, I've created this repo to host the code.

For more information on what this does and when it is useful, please see the article Notarizing Older Unity Games On macOS.

About

Small program to update LC_VERSION_MIN_MACOSX to 10.9 if it is less than 10.9

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages