Skip to content

Commit 3416eb1

Browse files
committed
Release version 1.0.5
1 parent e2d999f commit 3416eb1

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

Package.resolved

Lines changed: 10 additions & 2 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-
// .upToNextMajor(from: "3.0.0")),
20+
.package(url: "https://github.com/Passiolife/Passio-Nutrition-AI-iOS-SDK-Distribution",
21+
.upToNextMajor(from: "3.0.0")),
2222
.package(url: "https://github.com/SwipeCellKit/SwipeCellKit",
2323
.upToNextMajor(from: "2.7.1")),
2424
.package(url: "https://github.com/WenchaoD/FSCalendar.git",
@@ -34,20 +34,20 @@ 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
45-
.process("NutritionUIModule/TypingIndicator.json"),
46-
.copy("CoreSDK/ServicesVolume/VolumeKernels/FindMode.metal"), // VolumeKernels
47-
.copy("CoreSDK/ServicesVolume/VolumeKernels/HeightToVolume.metal"),
48-
.copy("CoreSDK/ServicesVolume/VolumeKernels/KalmanStatic1D.metal"),
49-
.copy("CoreSDK/ServicesVolume/VolumeKernels/MakeHeightMap.metal"),
50-
.copy("CoreSDK/ServicesVolume/VolumeKernels/volume_metal.h")]
45+
.process("NutritionUIModule/TypingIndicator.json")]
46+
// .copy("CoreSDK/ServicesVolume/VolumeKernels/FindMode.metal"), // VolumeKernels
47+
// .copy("CoreSDK/ServicesVolume/VolumeKernels/HeightToVolume.metal"),
48+
// .copy("CoreSDK/ServicesVolume/VolumeKernels/KalmanStatic1D.metal"),
49+
// .copy("CoreSDK/ServicesVolume/VolumeKernels/MakeHeightMap.metal"),
50+
// .copy("CoreSDK/ServicesVolume/VolumeKernels/volume_metal.h")]
5151
),
5252
]
5353
)

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)