Link AVKit for video preview

This commit is contained in:
Mikei386
2026-06-04 09:23:18 +02:00
parent d8bca3d94f
commit 3c7eede011
+4 -1
View File
@@ -13,7 +13,10 @@ let package = Package(
targets: [ targets: [
.executableTarget( .executableTarget(
name: "GrowthLapse", name: "GrowthLapse",
path: "Sources/GrowthLapse" path: "Sources/GrowthLapse",
linkerSettings: [
.linkedFramework("AVKit")
]
) )
] ]
) )