Skip to content

Commit de241d3

Browse files
committed
- Release UI Module version 1.0.7
1 parent aa11366 commit de241d3

File tree

4 files changed

+19
-12
lines changed

4 files changed

+19
-12
lines changed

Package.resolved

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ let package = Package(
1717
],
1818
dependencies: [
1919
// Dependencies declare other packages that this package depends on.
20-
// .package(url: "https://github.com/Passiolife/Passio-Nutrition-AI-iOS-SDK-Distribution",
21-
// exact: "3.2.1"),
20+
.package(url: "https://github.com/Passiolife/Passio-Nutrition-AI-iOS-SDK-Distribution",
21+
exact: "3.2.1"),
2222
.package(url: "https://github.com/SwipeCellKit/SwipeCellKit",
2323
.upToNextMajor(from: "2.7.1")),
2424
.package(url: "https://github.com/WenchaoD/FSCalendar.git",
@@ -34,21 +34,21 @@ let package = Package(
3434
.target(
3535
name: "PassioNutritionUIModule",
3636
dependencies: [
37-
// .product(name: "PassioNutritionAISDK",
38-
// package: "Passio-Nutrition-AI-iOS-SDK-Distribution"),
37+
.product(name: "PassioNutritionAISDK",
38+
package: "Passio-Nutrition-AI-iOS-SDK-Distribution"),
3939
"SwipeCellKit",
4040
"FSCalendar",
4141
"SwiftyMarkdown",
4242
.product(name: "Lottie", package: "lottie-spm")
4343
],
4444
resources: [.process("NutritionUIModule/VoiceLogging.json"), // Lottie Animation
4545
.process("NutritionUIModule/TypingIndicator.json"),
46-
.copy("NutritionUIModule/PassioFood.xcdatamodeld"),
47-
.copy("CoreSDK/ServicesVolume/VolumeKernels/FindMode.metal"), // VolumeKernels
48-
.copy("CoreSDK/ServicesVolume/VolumeKernels/HeightToVolume.metal"),
49-
.copy("CoreSDK/ServicesVolume/VolumeKernels/KalmanStatic1D.metal"),
50-
.copy("CoreSDK/ServicesVolume/VolumeKernels/MakeHeightMap.metal"),
51-
.copy("CoreSDK/ServicesVolume/VolumeKernels/volume_metal.h")]
46+
.copy("NutritionUIModule/PassioFood.xcdatamodeld")]
47+
// .copy("CoreSDK/ServicesVolume/VolumeKernels/FindMode.metal"), // VolumeKernels
48+
// .copy("CoreSDK/ServicesVolume/VolumeKernels/HeightToVolume.metal"),
49+
// .copy("CoreSDK/ServicesVolume/VolumeKernels/KalmanStatic1D.metal"),
50+
// .copy("CoreSDK/ServicesVolume/VolumeKernels/MakeHeightMap.metal"),
51+
// .copy("CoreSDK/ServicesVolume/VolumeKernels/volume_metal.h")]
5252
),
5353
]
5454
)

Sources/PassioNutritionUIModule/CoreSDK

Lines changed: 0 additions & 1 deletion
This file was deleted.

Sources/PassioNutritionUIModule/PassioNutritionAI

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)