Skip to content

Commit

Permalink
fix: preserve assembly updated
Browse files Browse the repository at this point in the history
  • Loading branch information
talha-trili committed Oct 15, 2024
1 parent 775c2e0 commit 5604f23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Runtime/Scripts/Editor/TezosEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ private static void CreateLinkerFile()
string linkerFilePath = Path.Combine(LinkerFolderPath, LinkerFileName);

string linkXmlContent = @"<linker>
<!--Preserve an entire assembly-->
<!--Preserve an entire assembly-->
<assembly fullname=""Tezos.Initializer"" preserve=""all""/>
<assembly fullname=""Tezos.WalletProvider"" preserve=""all""/>
<assembly fullname=""Tezos.SocialLoginProvider"" preserve=""all""/>
</linker>";

File.WriteAllText(linkerFilePath, linkXmlContent);
Expand Down

0 comments on commit 5604f23

Please sign in to comment.