forked from dotnet/macios
-
Notifications
You must be signed in to change notification settings - Fork 1
CoreImage iOS xcode9 beta4
Sebastien Pouliot edited this page Aug 14, 2017
·
3 revisions
#CoreImage.framework
diff -ruN /Applications/Xcode9-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h /Applications/Xcode9-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h
--- /Applications/Xcode9-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h 2017-06-30 02:31:34.000000000 -0400
+++ /Applications/Xcode9-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h 2017-07-14 02:56:15.000000000 -0400
@@ -413,7 +413,7 @@
- (nullable NSData*) HEIFRepresentationOfImage:(CIImage*)image
format:(CIFormat)format
colorSpace:(CGColorSpaceRef)colorSpace
- options:(NSDictionary*)options NS_AVAILABLE(10_13,11_0);
+ options:(NSDictionary*)options NS_AVAILABLE_IOS(11_0);
/* Render a CIImage to PNG data. Image must have a finite non-empty extent. */
/* The CGColorSpace must be kCGColorSpaceModelRGB or kCGColorSpaceModelMonochrome */
@@ -468,7 +468,7 @@
format:(CIFormat)format
colorSpace:(CGColorSpaceRef)colorSpace
options:(NSDictionary*)options
- error:(NSError **)errorPtr NS_AVAILABLE(10_12,10_0);
+ error:(NSError **)errorPtr NS_AVAILABLE_IOS(11_0);
@end