Skip to content

Commit

Permalink
Update RET from develop -
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed May 1, 2024
1 parent 0ecff24 commit 119c2eb
Show file tree
Hide file tree
Showing 8 changed files with 2,201 additions and 1,011 deletions.
2,758 changes: 1,866 additions & 892 deletions Sources/EngineToolkit/radix_engine_toolkit_uniffi.swift

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,25 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>RadixEngineToolkit.framework/RadixEngineToolkit</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>RadixEngineToolkit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>RadixEngineToolkit.framework/RadixEngineToolkit</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
Expand All @@ -30,19 +37,18 @@
<string>macos</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>RadixEngineToolkit.framework/RadixEngineToolkit</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>RadixEngineToolkit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit 119c2eb

Please sign in to comment.