fix manifest

This commit is contained in:
AGulev
2023-09-30 16:05:53 +02:00
parent d58f5ec46b
commit 73c3596156

View File

@@ -1,18 +1,10 @@
name: "Camera" name: "Camera"
platforms: platforms:
x86_64-osx: osx:
context:
frameworks: ["AVFoundation", "CoreMedia"]
x86-osx:
context: context:
frameworks: ["AVFoundation", "CoreMedia"] frameworks: ["AVFoundation", "CoreMedia"]
arm64-ios: ios:
context:
frameworks: ["AVFoundation", "CoreMedia", "UIKit"]
armv7-ios:
context: context:
frameworks: ["AVFoundation", "CoreMedia", "UIKit"] frameworks: ["AVFoundation", "CoreMedia", "UIKit"]