Skip to content

Commit

Permalink
Update RET from release/rcnet-v3 - fd0cde0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Aug 30, 2023
1 parent 2f6fa52 commit 69e906b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
15 changes: 4 additions & 11 deletions Sources/EngineToolkit/radix_engine_toolkit_uniffi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9284,7 +9284,6 @@ public enum EntityType {
case `globalTransactionTracker`
case `internalFungibleVault`
case `internalNonFungibleVault`
case `internalAccount`
case `internalGenericComponent`
case `internalKeyValueStore`
}
Expand Down Expand Up @@ -9334,11 +9333,9 @@ public struct FfiConverterTypeEntityType: FfiConverterRustBuffer {

case 19: return .`internalNonFungibleVault`

case 20: return .`internalAccount`
case 20: return .`internalGenericComponent`

case 21: return .`internalGenericComponent`

case 22: return .`internalKeyValueStore`
case 21: return .`internalKeyValueStore`

default: throw UniffiInternalError.unexpectedEnumCase
}
Expand Down Expand Up @@ -9424,16 +9421,12 @@ public struct FfiConverterTypeEntityType: FfiConverterRustBuffer {
writeInt(&buf, Int32(19))


case .`internalAccount`:
writeInt(&buf, Int32(20))


case .`internalGenericComponent`:
writeInt(&buf, Int32(21))
writeInt(&buf, Int32(20))


case .`internalKeyValueStore`:
writeInt(&buf, Int32(22))
writeInt(&buf, Int32(21))

}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>macos-arm64_x86_64</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>
<string>macos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand All @@ -33,16 +34,15 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</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>macos</string>
<string>ios</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 69e906b

Please sign in to comment.