Files
kotlin-fork/kotlin-native/platformLibs/src/platform/osx/Photos.def
T
2020-12-14 15:25:36 +01:00

13 lines
628 B
Modula-2

depends = AVFoundation ApplicationServices AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreLocation CoreMIDI CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO MediaToolbox Metal OpenGLCommon QuartzCore Security UniformTypeIdentifiers darwin libkern osx posix
language = Objective-C
package = platform.Photos
modules = Photos
compilerOpts = -framework Photos
linkerOpts = -framework Photos
---
// TODO: ugly hack while forwarded enums are supported.
typedef NS_ENUM(NSInteger, UIImageOrientation) {
UIImageOrientationUnavailableOnMacOS
};