Link AVKit for video preview
This commit is contained in:
+4
-1
@@ -13,7 +13,10 @@ let package = Package(
|
||||
targets: [
|
||||
.executableTarget(
|
||||
name: "GrowthLapse",
|
||||
path: "Sources/GrowthLapse"
|
||||
path: "Sources/GrowthLapse",
|
||||
linkerSettings: [
|
||||
.linkedFramework("AVKit")
|
||||
]
|
||||
)
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user