[Mono-dev] Which mono libraries should be packed along with the mac app ?

Miguel de Icaza miguel at xamarin.com
Wed Feb 3 22:07:37 UTC 2016


You should package any libraries that are referenced by your applicaation,
and any that the libraries themselves reference.

monodis --assemblyref FOO.{exe,dll} would list that for you.

Miguel.

On Wed, Feb 3, 2016 at 4:07 PM, Rajesh Khan <rajeshkhan808 at gmail.com> wrote:

> I have two issues.
>
> 1- The first issue is that in my code I am doing this at the start
>
>  mono_set_dirs("/opt/mono/lib", "/opt/mono/etc");
>
>
> I am not sure if this is the correct approach as it wont be able to locate
> the libraries when the app is run from a .app. Any suggestions on what I
> could do to fix this ?
>
> 2- Which libraries should be packed along with my .app ?
>
>
> I am using OSX El-Capitan.
>
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20160203/07c59dd3/attachment.html>


More information about the Mono-devel-list mailing list