Compare commits

..

No commits in common. "main" and "v1.5.0" have entirely different histories.
main ... v1.5.0

395 changed files with 2682 additions and 1 deletions

1
.gitignore vendored
View file

@ -5,4 +5,3 @@
Package.resolved
xcuserdata/
DerivedData/
build/

View file

@ -0,0 +1,4 @@
module ManaCore {
header "ManaCore-Swift.h"
export *
}

View file

@ -0,0 +1,4 @@
module ManaTokens {
header "ManaTokens-Swift.h"
export *
}

View file

@ -0,0 +1,9 @@
{
"ABIRoot": {
"kind": "Root",
"name": "NO_MODULE",
"printedName": "NO_MODULE",
"json_format_version": 8
},
"ConstValues": []
}

Some files were not shown because too many files have changed in this diff Show more