Skip to content

CoreText iOS xcode14.0 beta2

Manuel de la Pena edited this page Jul 18, 2022 · 3 revisions

#CoreText.framework https://github.com/xamarin/xamarin-macios/pull/15534/files

diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h	2022-05-31 14:51:11.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h	2022-06-17 14:47:58.000000000 -0400
@@ -2,7 +2,7 @@
  *  CTFontManager.h
  *  CoreText
  *
- *  Copyright (c) 2008-2021 Apple Inc. All rights reserved.
+ *  Copyright (c) 2008-2022 Apple Inc. All rights reserved.
  *
  */
 
@@ -348,7 +348,6 @@
 	CFArrayRef              fontDescriptors,
 	CTFontManagerScope      scope,
 	bool                    (^ _Nullable registrationHandler)(CFArrayRef errors, bool done) ) CT_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0), tvos(13.0));
-#endif // defined(__BLOCKS__)
 
 /*!
 	@function   CTFontManagerRegisterFontsWithAssetNames
@@ -378,6 +377,7 @@
 	CTFontManagerScope      scope,
 	bool                    enabled,
 	bool                    (^ _Nullable registrationHandler)(CFArrayRef errors, bool done) ) CT_AVAILABLE(ios(13.0)) API_UNAVAILABLE(macos, watchos, tvos);
+#endif // defined(__BLOCKS__)
 
 /*!
     @function   CTFontManagerEnableFontDescriptors
Clone this wiki locally