Skip to content

Commit b107076

Browse files
committed
Regenerated pigeon files with version 26.1.0 and manually added
swift-format-ignore comments for deepEqualssk2_pigeon and deepHashsk2_pigeon functions as a workaround for flutter/flutter#178736.
1 parent 45b43d3 commit b107076

File tree

4 files changed

+289
-236
lines changed

4 files changed

+289
-236
lines changed

packages/in_app_purchase/in_app_purchase_storekit/darwin/in_app_purchase_storekit/Sources/in_app_purchase_storekit/StoreKit2/StoreKit2Messages.g.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ private func nilOrValue<T>(_ value: Any?) -> T? {
7373
return value as! T?
7474
}
7575

76+
// swift-format-ignore: AlwaysUseLowerCamelCase
7677
func deepEqualssk2_pigeon(_ lhs: Any?, _ rhs: Any?) -> Bool {
7778
let cleanLhs = nilOrValue(lhs) as Any?
7879
let cleanRhs = nilOrValue(rhs) as Any?
@@ -114,6 +115,7 @@ func deepEqualssk2_pigeon(_ lhs: Any?, _ rhs: Any?) -> Bool {
114115
}
115116
}
116117

118+
// swift-format-ignore: AlwaysUseLowerCamelCase
117119
func deepHashsk2_pigeon(value: Any?, hasher: inout Hasher) {
118120
if let valueList = value as? [AnyHashable] {
119121
for item in valueList { deepHashStoreKit2Messages(value: item, hasher: &hasher) }

0 commit comments

Comments
 (0)