mirror of
https://github.com/defold/extension-camera
synced 2025-09-27 08:52:19 +02:00
fix manifest
This commit is contained in:
@@ -1,18 +1,10 @@
|
|||||||
name: "Camera"
|
name: "Camera"
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
x86_64-osx:
|
osx:
|
||||||
context:
|
context:
|
||||||
frameworks: ["AVFoundation", "CoreMedia"]
|
frameworks: ["AVFoundation", "CoreMedia"]
|
||||||
|
|
||||||
x86-osx:
|
ios:
|
||||||
context:
|
|
||||||
frameworks: ["AVFoundation", "CoreMedia"]
|
|
||||||
|
|
||||||
arm64-ios:
|
|
||||||
context:
|
|
||||||
frameworks: ["AVFoundation", "CoreMedia", "UIKit"]
|
|
||||||
|
|
||||||
armv7-ios:
|
|
||||||
context:
|
context:
|
||||||
frameworks: ["AVFoundation", "CoreMedia", "UIKit"]
|
frameworks: ["AVFoundation", "CoreMedia", "UIKit"]
|
||||||
|
Reference in New Issue
Block a user