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