Skip to content

Commit

Permalink
Fix/standalone il2cpp build error (#105)
Browse files Browse the repository at this point in the history
* jilleJr's Newtonsoft.Json v13.0.1 added, resolves #102

* Update CHANGELOG.md #102

* Removed TezosUnitySDK.Newtonsoft.Json.dll and Newtonsoft.Json.dll;

---------

Co-authored-by: umutkutlu <[email protected]>
  • Loading branch information
k-karuna and umutkutlu authored Jul 6, 2023
1 parent 9b82826 commit f34b8b6
Show file tree
Hide file tree
Showing 17 changed files with 22,831 additions and 46 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]

## [Unreleased]
### Fixed
- [Bug](https://github.com/trilitech/tezos-unity-sdk/issues/102) with standalone IL2CPP build fails
- [Bug](https://github.com/trilitech/tezos-unity-sdk/issues/103) with closing Beacon database connections before app exit


Expand Down
8 changes: 8 additions & 0 deletions Runtime/Plugins/Newtonsoft.Json AOT.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions Runtime/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"runtimeTarget": {
"name": ".NETStandard,Version=v2.0/",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"Newtonsoft.Json/13.0.102": {
"dependencies": {
"Microsoft.CodeAnalysis.NetAnalyzers": "5.0.3",
"NETStandard.Library": "2.0.3"
},
"runtime": {
"Newtonsoft.Json.dll": {}
}
},
"Microsoft.CodeAnalysis.NetAnalyzers/5.0.3": {},
"Microsoft.NETCore.Platforms/1.1.0": {},
"NETStandard.Library/2.0.3": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0"
}
}
}
},
"libraries": {
"Newtonsoft.Json/13.0.102": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.CodeAnalysis.NetAnalyzers/5.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7rw0JUPSAVGR0HPekQiQvwGPor44p/Ek21+wZABraG4bVYNrSkx98ZZsxSxG5jJ4oqjACJxea8E62UO0dsKDBw==",
"path": "microsoft.codeanalysis.netanalyzers/5.0.3",
"hashPath": "microsoft.codeanalysis.netanalyzers.5.0.3.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
"path": "microsoft.netcore.platforms/1.1.0",
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
},
"NETStandard.Library/2.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
"path": "netstandard.library/2.0.3",
"hashPath": "netstandard.library.2.0.3.nupkg.sha512"
}
}
}
10 changes: 10 additions & 0 deletions Runtime/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.deps.json.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

fileFormatVersion: 2
guid: f38361229b98405e8509995e7cfb1334

TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f34b8b6

Please sign in to comment.