13 lines
628 B
Modula-2
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
|
|
};
|