23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<linker>
|
|
<!-- Need ignoreIfMissing for all of the assemblies because build fails on Mac in some cases without -->
|
|
<assembly fullname="System">
|
|
<!-- Need to use Newtonsoft Json.NET library with IL2CPP build. -->
|
|
<namespace fullname="System.ComponentModel" preserve="all" ignoreIfMissing="1"/>
|
|
</assembly>
|
|
|
|
<!-- Keep all our assemblies. -->
|
|
<assembly fullname="Microsoft.AppCenter" preserve="all" ignoreIfMissing="1"/>
|
|
<assembly fullname="Microsoft.AppCenter.Analytics" preserve="all" ignoreIfMissing="1"/>
|
|
<assembly fullname="Microsoft.AppCenter.Crashes" preserve="all" ignoreIfMissing="1"/>
|
|
<assembly fullname="SQLite-net" preserve="all" ignoreIfMissing="1"/>
|
|
<!-- Name 'Assembly-CSharp' could be changed through 'Assembly Definitions'. In this case full name should be changed here. -->
|
|
<assembly fullname="Assembly-CSharp">
|
|
<type fullname="Microsoft.AppCenter.Unity.Crashes.Crashes">
|
|
<method name="StartCrashes"/>
|
|
</type>
|
|
<type fullname="Microsoft.AppCenter.Unity.Distribute.Distribute">
|
|
<method name="StartDistribute"/>
|
|
</type>
|
|
</assembly>
|
|
</linker>
|