We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c87208 commit 475a6beCopy full SHA for 475a6be
Package.swift
@@ -42,7 +42,7 @@ let package = Package(
42
.product(name: "Lottie", package: "lottie-spm")
43
],
44
resources: [.process("NutritionUIModule/VoiceLogging.json"), // Lottie Animation
45
- .process("NutritionUIModule/TypingIndicator.json")]
+ .process("NutritionUIModule/TypingIndicator.json")] // Typing Indicator
46
// .copy("CoreSDK/ServicesVolume/VolumeKernels/FindMode.metal"), // VolumeKernels
47
// .copy("CoreSDK/ServicesVolume/VolumeKernels/HeightToVolume.metal"),
48
// .copy("CoreSDK/ServicesVolume/VolumeKernels/KalmanStatic1D.metal"),
0 commit comments