@nativescript/canvas 2.0.0-webgpu.6 → 2.0.0-webgpu.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/Canvas/index.android.d.ts +0 -1
  2. package/Canvas/index.android.js +21 -22
  3. package/Canvas/index.android.js.map +1 -1
  4. package/Canvas/index.ios.js +13 -26
  5. package/Canvas/index.ios.js.map +1 -1
  6. package/Dom/Image.js +0 -1
  7. package/Dom/Image.js.map +1 -1
  8. package/WebGPU/GPUAdapter.d.ts +2 -1
  9. package/WebGPU/GPUAdapter.js.map +1 -1
  10. package/WebGPU/GPUDevice.js +22 -4
  11. package/WebGPU/GPUDevice.js.map +1 -1
  12. package/WebGPU/GPURenderPassEncoder.d.ts +1 -1
  13. package/WebGPU/GPURenderPassEncoder.js +2 -2
  14. package/WebGPU/GPURenderPassEncoder.js.map +1 -1
  15. package/WebGPU/Interfaces.d.ts +11 -1
  16. package/WebGPU/Types.d.ts +1 -0
  17. package/package.json +1 -1
  18. package/platforms/android/canvas-release.aar +0 -0
  19. package/platforms/ios/CanvasNative.xcframework/Info.plist +5 -5
  20. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/CanvasNative +0 -0
  21. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Headers/CanvasNative-Swift.h +5 -0
  22. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Modules/CanvasNative.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  23. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios.abi.json +108 -0
  24. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios.private.swiftinterface +3 -0
  25. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios.swiftinterface +3 -0
  26. package/platforms/ios/CanvasNative.xcframework/ios-arm64/dSYMs/CanvasNative.framework.dSYM/Contents/Resources/DWARF/CanvasNative +0 -0
  27. package/platforms/ios/CanvasNative.xcframework/ios-arm64/dSYMs/CanvasNative.framework.dSYM/Contents/Resources/Relocations/aarch64/CanvasNative.yml +484 -483
  28. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/CanvasNative +0 -0
  29. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Headers/CanvasNative-Swift.h +10 -0
  30. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
  31. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
  32. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.abi.json +108 -0
  33. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +3 -0
  34. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.swiftinterface +3 -0
  35. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.abi.json +108 -0
  36. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +3 -0
  37. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +3 -0
  38. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/_CodeSignature/CodeResources +22 -22
  39. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/dSYMs/CanvasNative.framework.dSYM/Contents/Resources/DWARF/CanvasNative +0 -0
  40. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/dSYMs/CanvasNative.framework.dSYM/Contents/Resources/Relocations/aarch64/CanvasNative.yml +645 -644
  41. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/dSYMs/CanvasNative.framework.dSYM/Contents/Resources/Relocations/x86_64/CanvasNative.yml +683 -682
  42. package/platforms/ios/src/cpp/canvas2d/CanvasRenderingContext2DImpl.cpp +1 -1
  43. package/platforms/ios/src/cpp/canvas2d/Path2D.h +5 -5
  44. package/platforms/ios/src/cpp/webgpu/GPUAdapterImpl.cpp +2 -3
  45. package/platforms/ios/src/cpp/webgpu/GPUBindGroupImpl.h +1 -1
  46. package/platforms/ios/src/cpp/webgpu/GPUDeviceImpl.cpp +1398 -3
  47. package/platforms/ios/src/cpp/webgpu/GPUImpl.h +1 -1
  48. package/platforms/ios/src/cpp/webgpu/GPUPipelineLayoutImpl.h +1 -1
  49. package/platforms/ios/src/cpp/webgpu/GPUQuerySetImpl.h +1 -1
  50. package/platforms/ios/src/cpp/webgpu/GPUQueueImpl.cpp +0 -1
  51. package/platforms/ios/src/cpp/webgpu/GPURenderPassEncoderImpl.cpp +3 -3
@@ -474,6 +474,11 @@ SWIFT_CLASS_NAMED("NSCWebGLRenderingContext")
474
474
  - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
475
475
  @end
476
476
 
477
+
478
+ @interface UIView (SWIFT_EXTENSION(CanvasNative))
479
+ - (void)getBoundingClientRect:(void * _Nonnull)buffer;
480
+ @end
481
+
477
482
  @class AVPlayer;
478
483
  @class AVPlayerItemVideoOutput;
479
484
 
@@ -971,6 +976,11 @@ SWIFT_CLASS_NAMED("NSCWebGLRenderingContext")
971
976
  - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
972
977
  @end
973
978
 
979
+
980
+ @interface UIView (SWIFT_EXTENSION(CanvasNative))
981
+ - (void)getBoundingClientRect:(void * _Nonnull)buffer;
982
+ @end
983
+
974
984
  @class AVPlayer;
975
985
  @class AVPlayerItemVideoOutput;
976
986
 
@@ -5510,6 +5510,114 @@
5510
5510
  }
5511
5511
  ]
5512
5512
  },
5513
+ {
5514
+ "kind": "TypeDecl",
5515
+ "name": "UIView",
5516
+ "printedName": "UIView",
5517
+ "children": [
5518
+ {
5519
+ "kind": "Function",
5520
+ "name": "getBoundingClientRect",
5521
+ "printedName": "getBoundingClientRect(_:)",
5522
+ "children": [
5523
+ {
5524
+ "kind": "TypeNominal",
5525
+ "name": "Void",
5526
+ "printedName": "()"
5527
+ },
5528
+ {
5529
+ "kind": "TypeNominal",
5530
+ "name": "UnsafeMutableRawPointer",
5531
+ "printedName": "Swift.UnsafeMutableRawPointer",
5532
+ "usr": "s:Sv"
5533
+ }
5534
+ ],
5535
+ "declKind": "Func",
5536
+ "usr": "c:@CM@CanvasNative@@objc(cs)UIView(im)getBoundingClientRect:",
5537
+ "mangledName": "$sSo6UIViewC12CanvasNativeE21getBoundingClientRectyySvF",
5538
+ "moduleName": "CanvasNative",
5539
+ "declAttributes": ["Dynamic", "Custom", "AccessControl", "ObjC"],
5540
+ "isFromExtension": true,
5541
+ "funcSelfKind": "NonMutating"
5542
+ }
5543
+ ],
5544
+ "declKind": "Class",
5545
+ "usr": "c:objc(cs)UIView",
5546
+ "moduleName": "UIKit",
5547
+ "isOpen": true,
5548
+ "intro_iOS": "2.0",
5549
+ "objc_name": "UIView",
5550
+ "declAttributes": ["Available", "ObjC", "NonSendable", "Custom", "Dynamic"],
5551
+ "superclassUsr": "c:objc(cs)UIResponder",
5552
+ "isExternal": true,
5553
+ "inheritsConvenienceInitializers": true,
5554
+ "superclassNames": ["UIKit.UIResponder", "ObjectiveC.NSObject"],
5555
+ "conformances": [
5556
+ {
5557
+ "kind": "Conformance",
5558
+ "name": "Equatable",
5559
+ "printedName": "Equatable",
5560
+ "usr": "s:SQ",
5561
+ "mangledName": "$sSQ"
5562
+ },
5563
+ {
5564
+ "kind": "Conformance",
5565
+ "name": "Hashable",
5566
+ "printedName": "Hashable",
5567
+ "usr": "s:SH",
5568
+ "mangledName": "$sSH"
5569
+ },
5570
+ {
5571
+ "kind": "Conformance",
5572
+ "name": "CVarArg",
5573
+ "printedName": "CVarArg",
5574
+ "usr": "s:s7CVarArgP",
5575
+ "mangledName": "$ss7CVarArgP"
5576
+ },
5577
+ {
5578
+ "kind": "Conformance",
5579
+ "name": "_KeyValueCodingAndObservingPublishing",
5580
+ "printedName": "_KeyValueCodingAndObservingPublishing",
5581
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
5582
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
5583
+ },
5584
+ {
5585
+ "kind": "Conformance",
5586
+ "name": "_KeyValueCodingAndObserving",
5587
+ "printedName": "_KeyValueCodingAndObserving",
5588
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
5589
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
5590
+ },
5591
+ {
5592
+ "kind": "Conformance",
5593
+ "name": "CustomStringConvertible",
5594
+ "printedName": "CustomStringConvertible",
5595
+ "usr": "s:s23CustomStringConvertibleP",
5596
+ "mangledName": "$ss23CustomStringConvertibleP"
5597
+ },
5598
+ {
5599
+ "kind": "Conformance",
5600
+ "name": "CustomDebugStringConvertible",
5601
+ "printedName": "CustomDebugStringConvertible",
5602
+ "usr": "s:s28CustomDebugStringConvertibleP",
5603
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
5604
+ },
5605
+ {
5606
+ "kind": "Conformance",
5607
+ "name": "UITraitChangeObservable",
5608
+ "printedName": "UITraitChangeObservable",
5609
+ "usr": "s:5UIKit23UITraitChangeObservableP",
5610
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
5611
+ },
5612
+ {
5613
+ "kind": "Conformance",
5614
+ "name": "__DefaultCustomPlaygroundQuickLookable",
5615
+ "printedName": "__DefaultCustomPlaygroundQuickLookable",
5616
+ "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
5617
+ "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
5618
+ }
5619
+ ]
5620
+ },
5513
5621
  {
5514
5622
  "kind": "TypeDecl",
5515
5623
  "name": "GLKView",
@@ -115,6 +115,9 @@ import _SwiftConcurrencyShims
115
115
  @objc deinit
116
116
  @objc @_Concurrency.MainActor(unsafe) public static func getBoundingClientRect(_ view: UIKit.UIView, _ buffer: Swift.UnsafeMutableRawPointer)
117
117
  }
118
+ extension UIKit.UIView {
119
+ @objc @_Concurrency.MainActor(unsafe) dynamic public func getBoundingClientRect(_ buffer: Swift.UnsafeMutableRawPointer)
120
+ }
118
121
  @_inheritsConvenienceInitializers @objcMembers @objc(NSCRender) public class NSCRender : ObjectiveC.NSObject {
119
122
  @objc override dynamic public init()
120
123
  @objc public func texImage2D(_ target: Swift.Int32, _ level: Swift.Int32, _ internalFormat: Swift.Int32, _ format: Swift.Int32, _ type: Swift.Int32, _ source: CanvasNative.NSCCanvas, _ dest: CanvasNative.NSCCanvas, _ flipYWebGL: Swift.Bool)
@@ -115,6 +115,9 @@ import _SwiftConcurrencyShims
115
115
  @objc deinit
116
116
  @objc @_Concurrency.MainActor(unsafe) public static func getBoundingClientRect(_ view: UIKit.UIView, _ buffer: Swift.UnsafeMutableRawPointer)
117
117
  }
118
+ extension UIKit.UIView {
119
+ @objc @_Concurrency.MainActor(unsafe) dynamic public func getBoundingClientRect(_ buffer: Swift.UnsafeMutableRawPointer)
120
+ }
118
121
  @_inheritsConvenienceInitializers @objcMembers @objc(NSCRender) public class NSCRender : ObjectiveC.NSObject {
119
122
  @objc override dynamic public init()
120
123
  @objc public func texImage2D(_ target: Swift.Int32, _ level: Swift.Int32, _ internalFormat: Swift.Int32, _ format: Swift.Int32, _ type: Swift.Int32, _ source: CanvasNative.NSCCanvas, _ dest: CanvasNative.NSCCanvas, _ flipYWebGL: Swift.Bool)
@@ -5510,6 +5510,114 @@
5510
5510
  }
5511
5511
  ]
5512
5512
  },
5513
+ {
5514
+ "kind": "TypeDecl",
5515
+ "name": "UIView",
5516
+ "printedName": "UIView",
5517
+ "children": [
5518
+ {
5519
+ "kind": "Function",
5520
+ "name": "getBoundingClientRect",
5521
+ "printedName": "getBoundingClientRect(_:)",
5522
+ "children": [
5523
+ {
5524
+ "kind": "TypeNominal",
5525
+ "name": "Void",
5526
+ "printedName": "()"
5527
+ },
5528
+ {
5529
+ "kind": "TypeNominal",
5530
+ "name": "UnsafeMutableRawPointer",
5531
+ "printedName": "Swift.UnsafeMutableRawPointer",
5532
+ "usr": "s:Sv"
5533
+ }
5534
+ ],
5535
+ "declKind": "Func",
5536
+ "usr": "c:@CM@CanvasNative@@objc(cs)UIView(im)getBoundingClientRect:",
5537
+ "mangledName": "$sSo6UIViewC12CanvasNativeE21getBoundingClientRectyySvF",
5538
+ "moduleName": "CanvasNative",
5539
+ "declAttributes": ["Dynamic", "Custom", "AccessControl", "ObjC"],
5540
+ "isFromExtension": true,
5541
+ "funcSelfKind": "NonMutating"
5542
+ }
5543
+ ],
5544
+ "declKind": "Class",
5545
+ "usr": "c:objc(cs)UIView",
5546
+ "moduleName": "UIKit",
5547
+ "isOpen": true,
5548
+ "intro_iOS": "2.0",
5549
+ "objc_name": "UIView",
5550
+ "declAttributes": ["Available", "ObjC", "NonSendable", "Custom", "Dynamic"],
5551
+ "superclassUsr": "c:objc(cs)UIResponder",
5552
+ "isExternal": true,
5553
+ "inheritsConvenienceInitializers": true,
5554
+ "superclassNames": ["UIKit.UIResponder", "ObjectiveC.NSObject"],
5555
+ "conformances": [
5556
+ {
5557
+ "kind": "Conformance",
5558
+ "name": "Equatable",
5559
+ "printedName": "Equatable",
5560
+ "usr": "s:SQ",
5561
+ "mangledName": "$sSQ"
5562
+ },
5563
+ {
5564
+ "kind": "Conformance",
5565
+ "name": "Hashable",
5566
+ "printedName": "Hashable",
5567
+ "usr": "s:SH",
5568
+ "mangledName": "$sSH"
5569
+ },
5570
+ {
5571
+ "kind": "Conformance",
5572
+ "name": "CVarArg",
5573
+ "printedName": "CVarArg",
5574
+ "usr": "s:s7CVarArgP",
5575
+ "mangledName": "$ss7CVarArgP"
5576
+ },
5577
+ {
5578
+ "kind": "Conformance",
5579
+ "name": "_KeyValueCodingAndObservingPublishing",
5580
+ "printedName": "_KeyValueCodingAndObservingPublishing",
5581
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
5582
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
5583
+ },
5584
+ {
5585
+ "kind": "Conformance",
5586
+ "name": "_KeyValueCodingAndObserving",
5587
+ "printedName": "_KeyValueCodingAndObserving",
5588
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
5589
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
5590
+ },
5591
+ {
5592
+ "kind": "Conformance",
5593
+ "name": "CustomStringConvertible",
5594
+ "printedName": "CustomStringConvertible",
5595
+ "usr": "s:s23CustomStringConvertibleP",
5596
+ "mangledName": "$ss23CustomStringConvertibleP"
5597
+ },
5598
+ {
5599
+ "kind": "Conformance",
5600
+ "name": "CustomDebugStringConvertible",
5601
+ "printedName": "CustomDebugStringConvertible",
5602
+ "usr": "s:s28CustomDebugStringConvertibleP",
5603
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
5604
+ },
5605
+ {
5606
+ "kind": "Conformance",
5607
+ "name": "UITraitChangeObservable",
5608
+ "printedName": "UITraitChangeObservable",
5609
+ "usr": "s:5UIKit23UITraitChangeObservableP",
5610
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
5611
+ },
5612
+ {
5613
+ "kind": "Conformance",
5614
+ "name": "__DefaultCustomPlaygroundQuickLookable",
5615
+ "printedName": "__DefaultCustomPlaygroundQuickLookable",
5616
+ "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
5617
+ "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
5618
+ }
5619
+ ]
5620
+ },
5513
5621
  {
5514
5622
  "kind": "TypeDecl",
5515
5623
  "name": "GLKView",
@@ -115,6 +115,9 @@ import _SwiftConcurrencyShims
115
115
  @objc deinit
116
116
  @objc @_Concurrency.MainActor(unsafe) public static func getBoundingClientRect(_ view: UIKit.UIView, _ buffer: Swift.UnsafeMutableRawPointer)
117
117
  }
118
+ extension UIKit.UIView {
119
+ @objc @_Concurrency.MainActor(unsafe) dynamic public func getBoundingClientRect(_ buffer: Swift.UnsafeMutableRawPointer)
120
+ }
118
121
  @_inheritsConvenienceInitializers @objcMembers @objc(NSCRender) public class NSCRender : ObjectiveC.NSObject {
119
122
  @objc override dynamic public init()
120
123
  @objc public func texImage2D(_ target: Swift.Int32, _ level: Swift.Int32, _ internalFormat: Swift.Int32, _ format: Swift.Int32, _ type: Swift.Int32, _ source: CanvasNative.NSCCanvas, _ dest: CanvasNative.NSCCanvas, _ flipYWebGL: Swift.Bool)
@@ -115,6 +115,9 @@ import _SwiftConcurrencyShims
115
115
  @objc deinit
116
116
  @objc @_Concurrency.MainActor(unsafe) public static func getBoundingClientRect(_ view: UIKit.UIView, _ buffer: Swift.UnsafeMutableRawPointer)
117
117
  }
118
+ extension UIKit.UIView {
119
+ @objc @_Concurrency.MainActor(unsafe) dynamic public func getBoundingClientRect(_ buffer: Swift.UnsafeMutableRawPointer)
120
+ }
118
121
  @_inheritsConvenienceInitializers @objcMembers @objc(NSCRender) public class NSCRender : ObjectiveC.NSObject {
119
122
  @objc override dynamic public init()
120
123
  @objc public func texImage2D(_ target: Swift.Int32, _ level: Swift.Int32, _ internalFormat: Swift.Int32, _ format: Swift.Int32, _ type: Swift.Int32, _ source: CanvasNative.NSCCanvas, _ dest: CanvasNative.NSCCanvas, _ flipYWebGL: Swift.Bool)
@@ -6,7 +6,7 @@
6
6
  <dict>
7
7
  <key>Headers/CanvasNative-Swift.h</key>
8
8
  <data>
9
- oIeHx0x9zC4p1o0Wv9ZmDU4xZZY=
9
+ ycqu29GnnPYNGwkwIxeWn/VkHks=
10
10
  </data>
11
11
  <key>Headers/CanvasNative.h</key>
12
12
  <data>
@@ -26,19 +26,19 @@
26
26
  </data>
27
27
  <key>Modules/CanvasNative.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
28
28
  <data>
29
- uI9VSwk6QrGKkiLCQDcqLC2fNBg=
29
+ P3MdL8Ka64OVa/etZLN/2oc7q3A=
30
30
  </data>
31
31
  <key>Modules/CanvasNative.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
32
32
  <data>
33
- 1YedWGzbbBgmj8Ru5CRmgf50P0M=
33
+ s9mZvuvRbslc5PFsmNYRYxLGVfs=
34
34
  </data>
35
35
  <key>Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
36
36
  <data>
37
- umc4DERc8rjKVUbVTQbX1OFxY5E=
37
+ z+d55eKjBck0IzMILFt+XRWeJVQ=
38
38
  </data>
39
39
  <key>Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
40
40
  <data>
41
- QenALwgM1K90fW/DfXb0ld0u/8U=
41
+ jNL99EW9akUoqoF+0xMTGZN1vh4=
42
42
  </data>
43
43
  <key>Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
44
44
  <data>
@@ -46,19 +46,19 @@
46
46
  </data>
47
47
  <key>Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
48
48
  <data>
49
- QenALwgM1K90fW/DfXb0ld0u/8U=
49
+ jNL99EW9akUoqoF+0xMTGZN1vh4=
50
50
  </data>
51
51
  <key>Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
52
52
  <data>
53
- HiXNlbmW9KjOK/Wfn9nQC6apAbk=
53
+ iObSFowuVUIhiQyLKH7BxKFw/QE=
54
54
  </data>
55
55
  <key>Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
56
56
  <data>
57
- umc4DERc8rjKVUbVTQbX1OFxY5E=
57
+ z+d55eKjBck0IzMILFt+XRWeJVQ=
58
58
  </data>
59
59
  <key>Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
60
60
  <data>
61
- xVqTfa8gTXnpejRPnCFnk/Lkpy4=
61
+ uuKhpZySK5zobO0CSe6ZSOWuSy0=
62
62
  </data>
63
63
  <key>Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
64
64
  <data>
@@ -66,11 +66,11 @@
66
66
  </data>
67
67
  <key>Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
68
68
  <data>
69
- xVqTfa8gTXnpejRPnCFnk/Lkpy4=
69
+ uuKhpZySK5zobO0CSe6ZSOWuSy0=
70
70
  </data>
71
71
  <key>Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
72
72
  <data>
73
- fj/Bp6NUZFjwdgmOYq/vf6xYjS0=
73
+ 1E5HUfOd1T0RQjJWlC2wr0gKVm8=
74
74
  </data>
75
75
  <key>Modules/module.modulemap</key>
76
76
  <data>
@@ -87,7 +87,7 @@
87
87
  <dict>
88
88
  <key>hash2</key>
89
89
  <data>
90
- h2SpmHIZoYc/dtIFYkLrrho9723ehcTxjuGaENtbSFQ=
90
+ k4fCG9MG51eBigAv0W6G7S2vhwwDvYuxeYoNU2oHciw=
91
91
  </data>
92
92
  </dict>
93
93
  <key>Headers/CanvasNative.h</key>
@@ -115,28 +115,28 @@
115
115
  <dict>
116
116
  <key>hash2</key>
117
117
  <data>
118
- DSxsAXn161ymcoz5yFyrmHPBmOmiGBFB4VmWsjqNip4=
118
+ KKKI3kJfDAdzNtaDjBP2XcZ7IlGrkChMqwLmMKUEw1o=
119
119
  </data>
120
120
  </dict>
121
121
  <key>Modules/CanvasNative.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
122
122
  <dict>
123
123
  <key>hash2</key>
124
124
  <data>
125
- sbscPBSQmELitN2crhS+TTzANYmMQxGp8pvwgiesbRc=
125
+ XqjlBlHfRIOgTVS1ErE4PIeCVzrh5MIa1IoK0NOJmoA=
126
126
  </data>
127
127
  </dict>
128
128
  <key>Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
129
129
  <dict>
130
130
  <key>hash2</key>
131
131
  <data>
132
- ezK5sUG9yrt+FA3iQz/djg1FFS0sZNHtiCBGL963qRI=
132
+ 0cbhRXoJHsE+UQVXuCW99SztE7W6OmhZQEb7S5i+wXo=
133
133
  </data>
134
134
  </dict>
135
135
  <key>Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
136
136
  <dict>
137
137
  <key>hash2</key>
138
138
  <data>
139
- F60g5yb+HMT/B5aS6wA/bcoa4s5l+L9y5F8ETe7ax9I=
139
+ 9Vrrt5Khzz2+6/b9BUHto1sOgAVsOdub/+YsQESAONo=
140
140
  </data>
141
141
  </dict>
142
142
  <key>Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
@@ -150,28 +150,28 @@
150
150
  <dict>
151
151
  <key>hash2</key>
152
152
  <data>
153
- F60g5yb+HMT/B5aS6wA/bcoa4s5l+L9y5F8ETe7ax9I=
153
+ 9Vrrt5Khzz2+6/b9BUHto1sOgAVsOdub/+YsQESAONo=
154
154
  </data>
155
155
  </dict>
156
156
  <key>Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
157
157
  <dict>
158
158
  <key>hash2</key>
159
159
  <data>
160
- 9IXc5b1+GSrm6g4mBXRgd6A1Z81BnrHG+leNY5wbRSY=
160
+ RJwe0kl2u9S4USFzMULAsaN3HNgTeewL+h85vtS4wcU=
161
161
  </data>
162
162
  </dict>
163
163
  <key>Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
164
164
  <dict>
165
165
  <key>hash2</key>
166
166
  <data>
167
- ezK5sUG9yrt+FA3iQz/djg1FFS0sZNHtiCBGL963qRI=
167
+ 0cbhRXoJHsE+UQVXuCW99SztE7W6OmhZQEb7S5i+wXo=
168
168
  </data>
169
169
  </dict>
170
170
  <key>Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
171
171
  <dict>
172
172
  <key>hash2</key>
173
173
  <data>
174
- i8H25nD0e2brK+CmPGebIOx3BnI8ZNebf4vuQNW8Zj0=
174
+ 5pw8LBG20lexq8KC/8ekMkN4bNQ0AiHPV2rrDufxedI=
175
175
  </data>
176
176
  </dict>
177
177
  <key>Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
@@ -185,14 +185,14 @@
185
185
  <dict>
186
186
  <key>hash2</key>
187
187
  <data>
188
- i8H25nD0e2brK+CmPGebIOx3BnI8ZNebf4vuQNW8Zj0=
188
+ 5pw8LBG20lexq8KC/8ekMkN4bNQ0AiHPV2rrDufxedI=
189
189
  </data>
190
190
  </dict>
191
191
  <key>Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
192
192
  <dict>
193
193
  <key>hash2</key>
194
194
  <data>
195
- tOkAQyNFLgf1dJOYiayrzd5qWPNhJsCwtQGv1Iqoy44=
195
+ hCaYaIv1dtkqCimsMPmlyI4enf1Nn6nvNOUt3wqt8bk=
196
196
  </data>
197
197
  </dict>
198
198
  <key>Modules/module.modulemap</key>