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