@@ -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)
0 commit comments